diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-28 09:42:30 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-28 09:42:30 +0800 |
commit | 19c7397033ce2e1357a03e47e1e02e36c4e8846d (patch) | |
tree | 4bcc406896488d66df12ae8d93a36a4982246190 /deskutils/gworkspace/Makefile | |
parent | d5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f (diff) | |
download | freebsd-ports-graphics-19c7397033ce2e1357a03e47e1e02e36c4e8846d.tar.gz freebsd-ports-graphics-19c7397033ce2e1357a03e47e1e02e36c4e8846d.tar.zst freebsd-ports-graphics-19c7397033ce2e1357a03e47e1e02e36c4e8846d.zip |
- use new hook USE_GNUSTEP in bsd.port.mk
Diffstat (limited to 'deskutils/gworkspace/Makefile')
-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 11597af2cb8..0ba3035b10b 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> |