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 /devel/libepp-nicbr | |
parent | 8c30cabe7620f425a7f7dcae86f62aa9ffa95554 (diff) | |
download | ports-f5baa86cf4ca0d444c92e006a9fce921b8be2498.tar.gz ports-f5baa86cf4ca0d444c92e006a9fce921b8be2498.zip |
Notes
Diffstat (limited to 'devel/libepp-nicbr')
-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} |