diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 19:31:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 19:31:31 +0800 |
commit | 0bf93adacca026fc520bff3ed9c0722ff17f6cfb (patch) | |
tree | f4b487e0aa73264e4affaf1f53f7362664da127f /graphics | |
parent | cf2c1274c41e4ec9aef52f80b0a0dba43f2d8bba (diff) | |
download | freebsd-ports-gnome-0bf93adacca026fc520bff3ed9c0722ff17f6cfb.tar.gz freebsd-ports-gnome-0bf93adacca026fc520bff3ed9c0722ff17f6cfb.tar.zst freebsd-ports-gnome-0bf93adacca026fc520bff3ed9c0722ff17f6cfb.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo-java/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cairo-java/Makefile b/graphics/cairo-java/Makefile index a8d18b0f0b9f..12eb2cfe50a2 100644 --- a/graphics/cairo-java/Makefile +++ b/graphics/cairo-java/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ 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 |