aboutsummaryrefslogtreecommitdiffstats
path: root/devel/csmith
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-07-07 01:27:41 +0800
committereadler <eadler@FreeBSD.org>2013-07-07 01:27:41 +0800
commit67e5d292ef066c898650750db1b5b2b1abfa9e10 (patch)
treed2047a81a3f38403bf0492097a8a80d4d1b384eb /devel/csmith
parent33f83ace3690c88d9d0a404fecef289f1c7d4523 (diff)
downloadfreebsd-ports-gnome-67e5d292ef066c898650750db1b5b2b1abfa9e10.tar.gz
freebsd-ports-gnome-67e5d292ef066c898650750db1b5b2b1abfa9e10.tar.zst
freebsd-ports-gnome-67e5d292ef066c898650750db1b5b2b1abfa9e10.zip
Convert some of my ports from USE_GMAKE to USES=gmake.
The remainder have other pending patches which I must finish before conversion.
Diffstat (limited to 'devel/csmith')
-rw-r--r--devel/csmith/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile
index c798b42dc1fb..4a82407c3046 100644
--- a/devel/csmith/Makefile
+++ b/devel/csmith/Makefile
@@ -11,13 +11,14 @@ COMMENT= Generates random C programs that conform to the C99 standard
LICENSE= BSD
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_AUTOTOOLS= autoconf
USE_LDCONFIG= yes
CONFIGURE_ARGS= --docdir=${DOCSDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+USES= gmake
+
MAKE_JOBS_SAFE= yes
ONLY_FOR_ARCHS= i386 amd64