diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-03 04:19:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-03 04:19:06 +0800 |
commit | 6391ebdbb35e08d801ab20dda1c64065d5ea7b1c (patch) | |
tree | 756435e93b619f080c53f782e405cba35f06d701 /x11-toolkits | |
parent | 7f4d2a6f23bf2eefe8c2bbd0ee8943f0090719a8 (diff) | |
download | freebsd-ports-gnome-6391ebdbb35e08d801ab20dda1c64065d5ea7b1c.tar.gz freebsd-ports-gnome-6391ebdbb35e08d801ab20dda1c64065d5ea7b1c.tar.zst freebsd-ports-gnome-6391ebdbb35e08d801ab20dda1c64065d5ea7b1c.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 3614af9d3cbf..70684acff8ba 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --with-jpeg-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-gif-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-gif-include=${LOCALBASE}/include +USES= pkgconfig USE_GNUSTEP= yes USE_GNUSTEP_GUI= yes USE_GNUSTEP_CONFIGURE= yes |