diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-06-18 06:48:11 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-06-18 06:48:11 +0000 |
commit | 65066f2d613166e0a69844b4f7bb812e9c64f636 (patch) | |
tree | 1569f291b474ac8cb89af323c5b0cd30313cabce /devel | |
parent | - Fix PLIST with WITH_GNUSTEP_DEVEL (diff) |
RUN_DEPENDS on gmake instead of "USE_GMAKE=yes".
Notes
Notes:
svn path=/head/; revision=83239
Diffstat (limited to 'devel')
-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 ed5067c9db20..7632ddbedc44 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 |