svn commit: r326135 - head/graphics/cairo-java
Baptiste Daroussin
bapt at FreeBSD.org
Tue Sep 3 11:31:31 UTC 2013
Author: bapt
Date: Tue Sep 3 11:31:31 2013
New Revision: 326135
URL: http://svnweb.freebsd.org/changeset/ports/326135
Log:
Add an explicit dependency on pkgconf
Modified:
head/graphics/cairo-java/Makefile
Modified: head/graphics/cairo-java/Makefile
==============================================================================
--- head/graphics/cairo-java/Makefile Tue Sep 3 10:40:21 2013 (r326134)
+++ head/graphics/cairo-java/Makefile Tue Sep 3 11:31:31 2013 (r326135)
@@ -16,7 +16,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic
glibjni-${GLIB_API_VERSION}.1:${PORTSDIR}/devel/glib-java
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_JAVA= yes
More information about the svn-ports-head
mailing list