aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtoolkit/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-28 01:42:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-28 01:42:30 +0000
commit960b679f1061d065f88bd4813bde263ce678ada8 (patch)
tree107bdb5fa02093444105d6a1fc5e4d2603aea083 /x11-toolkits/gtoolkit/Makefile
parent35fc62a6c3987f2a495454e42d8c7d7e50f7cc74 (diff)
downloadports-960b679f1061d065f88bd4813bde263ce678ada8.tar.gz
ports-960b679f1061d065f88bd4813bde263ce678ada8.zip
- use new hook USE_GNUSTEP in bsd.port.mk
Notes
Notes: svn path=/head/; revision=87820
Diffstat (limited to 'x11-toolkits/gtoolkit/Makefile')
-rw-r--r--x11-toolkits/gtoolkit/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/x11-toolkits/gtoolkit/Makefile b/x11-toolkits/gtoolkit/Makefile
index a9c5c76b9a7b..7bd074563aa8 100644
--- a/x11-toolkits/gtoolkit/Makefile
+++ b/x11-toolkits/gtoolkit/Makefile
@@ -18,6 +18,11 @@ PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
USE_GMAKE= yes
USE_GNOME= gtk12
+USE_GNUSTEP= yes
+USE_GNUSTEP_BASE= yes
+USE_GNUSTEP_CONFIGURE= yes
+USE_GNUSTEP_BUILD= yes
+USE_GNUSTEP_INSTALL= yes
GNU_CONFIGURE= yes
LDCONFIG_DIRS= ${LOCALLIBDIR}
INSTALLS_SHLIB= yes
@@ -34,12 +39,4 @@ post-patch:
> ${CONFIGURE_WRKSRC}/configure
${CHMOD} +x ${CONFIGURE_WRKSRC}/configure
-.include <bsd.port.pre.mk>
-
-USE_GNUSTEP_BASE= yes
-USE_GNUSTEP_CONFIGURE= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
-.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>