svn commit: r317371 - head/databases/virtuoso
Baptiste Daroussin
bapt at FreeBSD.org
Sat May 4 22:00:26 UTC 2013
Author: bapt
Date: Sat May 4 22:00:26 2013
New Revision: 317371
URL: http://svnweb.freebsd.org/changeset/ports/317371
Log:
Fix build with bmake
Modified:
head/databases/virtuoso/Makefile
Modified: head/databases/virtuoso/Makefile
==============================================================================
--- head/databases/virtuoso/Makefile Sat May 4 21:59:01 2013 (r317370)
+++ head/databases/virtuoso/Makefile Sat May 4 22:00:26 2013 (r317371)
@@ -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\
More information about the svn-ports-all
mailing list