diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
commit | ab93ec4098542fafc79f85ccb037c088a175a225 (patch) | |
tree | 0f91c8ecd5ebbf28bdef91ce28d785f5877b833d /print | |
parent | b9ef45ee941ff10c20e52800c17a4fe88584047e (diff) | |
download | freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.gz freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.zst freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 0f766255ff2a..3780a47b5fac 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -21,8 +21,7 @@ USE_BZIP2= yes LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ popt:${PORTSDIR}/devel/popt -USES= bison pathfix gettext -USE_GMAKE= yes +USES= bison pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomehier glib20 pango libxml2 \ libartlgpl2 ltverhack USE_LDCONFIG= yes |