diff options
author | cy <cy@FreeBSD.org> | 2014-06-14 11:00:54 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2014-06-14 11:00:54 +0800 |
commit | 068a2ed4599d21641a896f47f40e9e96c2f05184 (patch) | |
tree | 32e858240cf35097d88d153f183e1a6923ffefc2 | |
parent | a14efbf95d3ac4cc082c47b9e1cd5e5f0a934d65 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |