summaryrefslogtreecommitdiff
path: root/extra/soprano/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/soprano/PKGBUILD')
-rw-r--r--extra/soprano/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/soprano/PKGBUILD b/extra/soprano/PKGBUILD
index cb250d0d6..709d1e5c6 100644
--- a/extra/soprano/PKGBUILD
+++ b/extra/soprano/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 177766 2013-02-08 09:03:19Z andrea $
+# $Id: PKGBUILD 178591 2013-02-25 17:12:36Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
@@ -10,14 +10,14 @@ arch=('i686' 'x86_64')
url='http://soprano.sourceforge.net/'
license=('GPL' 'LGPL')
depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
-makedepends=('cmake' 'openjdk6' 'doxygen')
+makedepends=('cmake' 'java-environment' 'doxygen')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('90134eaaf40b6663dd01cfaefdaba7fb')
build() {
mkdir build
cd build
- . /etc/profile.d/openjdk6.sh
+ . /etc/profile.d/jdk.sh
# we need the rpath
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \