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 /textproc/easydiff | |
parent | 35fc62a6c3987f2a495454e42d8c7d7e50f7cc74 (diff) | |
download | ports-960b679f1061d065f88bd4813bde263ce678ada8.tar.gz ports-960b679f1061d065f88bd4813bde263ce678ada8.zip |
Notes
Diffstat (limited to 'textproc/easydiff')
-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 087b2db4ac75..fa80b031f919 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> |