diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 06:31:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 06:31:38 +0800 |
commit | 4ac5928ded2aa1ad804baaaaf3582ba7e8a789f1 (patch) | |
tree | a1b48ae17cce6abbd28f23dfd05e44010cc2943d /x11-toolkits/gnustep-gui | |
parent | f6592bf7d526fc9396c278bd3c6b0fae0c551229 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |