diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-06-18 06:48:11 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-06-18 06:48:11 +0000 |
commit | 37736e1caa320bc51e303ca401894a002b1a160e (patch) | |
tree | 2b04ee9cc58af798fbc09594d4b097de9de3ff14 /devel/makeplus | |
parent | d22cfc4746972a6ea0ec65a9bd8b3cf8db4d21ce (diff) | |
download | FreeBSD-ports-37736e1caa320bc51e303ca401894a002b1a160e.zip FreeBSD-ports-37736e1caa320bc51e303ca401894a002b1a160e.tar.gz |
RUN_DEPENDS on gmake instead of "USE_GMAKE=yes".
Diffstat (limited to 'devel/makeplus')
-rw-r--r-- | devel/makeplus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/makeplus/Makefile b/devel/makeplus/Makefile index ed5067c..7632ddb 100644 --- a/devel/makeplus/Makefile +++ b/devel/makeplus/Makefile @@ -17,7 +17,8 @@ MASTER_SITES= http://www.annexia.org/freeware/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= A set of GNU Make rules for building packages with gmake -USE_GMAKE= yes +RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake + PREFIX?= ${LOCALBASE} MAKE_ENV+= MAKEPLUS_HOME=${WRKSRC} NO_MTREE= yes |