diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-28 01:42:30 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-28 01:42:30 +0000 |
commit | 19c7397033ce2e1357a03e47e1e02e36c4e8846d (patch) | |
tree | 4bcc406896488d66df12ae8d93a36a4982246190 /textproc | |
parent | d5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f (diff) | |
download | FreeBSD-ports-19c7397033ce2e1357a03e47e1e02e36c4e8846d.zip FreeBSD-ports-19c7397033ce2e1357a03e47e1e02e36c4e8846d.tar.gz |
- use new hook USE_GNUSTEP in bsd.port.mk
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/easydiff/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/easydiff/Makefile b/textproc/easydiff/Makefile index 087b2db..fa80b03 100644 --- a/textproc/easydiff/Makefile +++ b/textproc/easydiff/Makefile @@ -20,13 +20,10 @@ NO_MTREE= yes WRKSRC= ${WRKDIR}/EasyDiff 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> |