aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2014-06-14 11:00:54 +0800
committercy <cy@FreeBSD.org>2014-06-14 11:00:54 +0800
commit068a2ed4599d21641a896f47f40e9e96c2f05184 (patch)
tree32e858240cf35097d88d153f183e1a6923ffefc2
parenta14efbf95d3ac4cc082c47b9e1cd5e5f0a934d65 (diff)
downloadfreebsd-ports-gnome-068a2ed4599d21641a896f47f40e9e96c2f05184.tar.gz
freebsd-ports-gnome-068a2ed4599d21641a896f47f40e9e96c2f05184.tar.zst
freebsd-ports-gnome-068a2ed4599d21641a896f47f40e9e96c2f05184.zip
Only builds with GCC 4.6.
-rw-r--r--security/tripwire/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile
index 1bb86b8cdaeb..307e55b4b2c0 100644
--- a/security/tripwire/Makefile
+++ b/security/tripwire/Makefile
@@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src
MAKE_JOBS_UNSAFE= yes
USES= gmake tar:bzip2
GNU_CONFIGURE= yes
-USE_GCC= any
+USE_GCC= 4.6
MAKE_ARGS= SYSPRE=${ARCH}-unknown-freebsd \
DESTDIR=${STAGEDIR}
IS_INTERACTIVE= yes