diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-02 20:19:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-02 20:19:06 +0000 |
commit | 119fdc5491de47c2d992fb60696fe00ce48e046c (patch) | |
tree | 756435e93b619f080c53f782e405cba35f06d701 /x11-toolkits/gnustep-back | |
parent | a05ea92118519d22920c8c8ec8b8ff581c50483f (diff) |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=326074
Diffstat (limited to 'x11-toolkits/gnustep-back')
-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 |