aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gnustep-gui
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-31 06:31:38 +0800
committerbapt <bapt@FreeBSD.org>2013-08-31 06:31:38 +0800
commit4ac5928ded2aa1ad804baaaaf3582ba7e8a789f1 (patch)
treea1b48ae17cce6abbd28f23dfd05e44010cc2943d /x11-toolkits/gnustep-gui
parentf6592bf7d526fc9396c278bd3c6b0fae0c551229 (diff)
downloadfreebsd-ports-gnome-4ac5928ded2aa1ad804baaaaf3582ba7e8a789f1.tar.gz
freebsd-ports-gnome-4ac5928ded2aa1ad804baaaaf3582ba7e8a789f1.tar.zst
freebsd-ports-gnome-4ac5928ded2aa1ad804baaaaf3582ba7e8a789f1.zip
Add an explicit dependency on pkgconf
While here: - trim headers - convert USE_GMAKE to USES=gmake
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index fcd15dbd4e97..42f2bcbccaea 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -33,6 +33,8 @@ CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include
CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/include
CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/lib
+
+USES= pkgconfig
USE_GNUSTEP= yes
USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP_BUILD= yes