diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 16:21:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 16:21:34 +0000 |
commit | f5baa86cf4ca0d444c92e006a9fce921b8be2498 (patch) | |
tree | 15cb12b34d7e6fddf581646ebb5b24d733f4d267 | |
parent | Mark broken: does not build (diff) |
- Remove useless bmake/fmake check
- Stage support
- Convert USE_GMAKE to USES
Notes
Notes:
svn path=/head/; revision=344276
-rw-r--r-- | devel/libepp-nicbr/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/libepp-nicbr/Makefile b/devel/libepp-nicbr/Makefile index c72a3eb90575..cd59b453d64c 100644 --- a/devel/libepp-nicbr/Makefile +++ b/devel/libepp-nicbr/Makefile @@ -28,11 +28,8 @@ DATADIR= ${PREFIX}/share/${PORTNAME:S/-/_/} PLIST_SUB= VER="${PORTVERSION}" -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif +USES= gmake -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MREADLINE} |