summaryrefslogtreecommitdiff
path: root/shells
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 /shells
parentUse the new virtual category 'scheme' (diff)
- use new hook USE_GNUSTEP in bsd.port.mk
Notes
Notes: svn path=/head/; revision=87820
Diffstat (limited to 'shells')
-rw-r--r--shells/gscommander/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/shells/gscommander/Makefile b/shells/gscommander/Makefile
index d211b75d9053..ac7bd26f153b 100644
--- a/shells/gscommander/Makefile
+++ b/shells/gscommander/Makefile
@@ -19,13 +19,10 @@ NO_MTREE= yes
WRKSRC= ${WRKDIR}/GSCommander
GUN_CONFIGURE= yes
USE_GMAKE= yes
-MAKEFILE= GNUmakefile
-
-.include <bsd.port.pre.mk>
-
+USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
+MAKEFILE= GNUmakefile
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>