Fix build on amd64: work-around against a make strange behaviour

=> use gmake.

Reported by:	Andrzej Tobola <ato (at) iem.pw.edu.pl>,
		Jaroslaw Gruca <grucaj (at) amper.iem.pw.edu.pl>
This commit is contained in:
Thierry Thomas 2006-09-17 08:44:00 +00:00
parent b0a1ca0086
commit 0bb510575f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173222

View file

@ -194,6 +194,11 @@ X11BASE2FIX= src/mpe2/src/graphics/configure
WITHOUT_JAVA= yo # No package for Java ATM
.endif
.if ${ARCH} == "amd64"
# gmake should not be required, this is a work-around
USE_GMAKE= yes
.endif
PREFIX:= ${PREFIX}/${PORTNAME}
pre-configure: