diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 06:00:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 06:00:26 +0800 |
commit | 31acdd32896ba74c1a30e3f38f96a080d4bea2fe (patch) | |
tree | 3cd4ccae346d21ef4767ca3a9d285352e04bc619 /databases | |
parent | f163bb81c025752f4b392ab625cf3c50ae4a3bb1 (diff) | |
download | freebsd-ports-gnome-31acdd32896ba74c1a30e3f38f96a080d4bea2fe.tar.gz freebsd-ports-gnome-31acdd32896ba74c1a30e3f38f96a080d4bea2fe.tar.zst freebsd-ports-gnome-31acdd32896ba74c1a30e3f38f96a080d4bea2fe.zip |
Fix build with bmake
Diffstat (limited to 'databases')
-rw-r--r-- | databases/virtuoso/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile index 1b0a16ae413a..923e13760fea 100644 --- a/databases/virtuoso/Makefile +++ b/databases/virtuoso/Makefile @@ -17,11 +17,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk\ htmldoc:${PORTSDIR}/textproc/htmldoc\ flex>2.5.4:${PORTSDIR}/textproc/flex\ - gperf>=3.0.3:${PORTSDIR}/devel/gperf\ + gperf>=3.0.3:${PORTSDIR}/devel/gperf\ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= iodbc.3:${PORTSDIR}/databases/libiodbc\ xml2.5:${PORTSDIR}/textproc/libxml2 +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-readline\ --without-jdk2\ |