diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-28 01:42:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-28 01:42:30 +0000 |
commit | 960b679f1061d065f88bd4813bde263ce678ada8 (patch) | |
tree | 107bdb5fa02093444105d6a1fc5e4d2603aea083 /deskutils/gworkspace | |
parent | Use 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 'deskutils/gworkspace')
-rw-r--r-- | deskutils/gworkspace/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile index 11597af2cb88..0ba3035b10b4 100644 --- a/deskutils/gworkspace/Makefile +++ b/deskutils/gworkspace/Makefile @@ -19,6 +19,11 @@ NO_MTREE= yes WRKSRC= ${WRKDIR}/GWorkspace-${PORTVERSION} GUN_CONFIGURE= yes USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_CONFIGURE= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes MAKEFILE= GNUmakefile .ifdef WITHOUT_GHOSTSCRIPT @@ -34,12 +39,4 @@ RUN_DEPENDS+= gs:${PORTSDIR}/${GSPORT} PLIST_SUB+= PDFVIEW="" .endif -.include <bsd.port.pre.mk> - -USE_GNUSTEP_BACK= 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> |