Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 22:00:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317371 - head/databases/virtuoso
Message-ID:  <201305042200.r44M0QBR065972@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042200.r44M0QBR065972>