diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-29 15:45:19 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-29 15:45:19 +0000 |
commit | cab028aec84a646e9a2610eb33441f8ab8f0d5bf (patch) | |
tree | 051d1d6a1cabd2aded4d631671a45c3d4b55e327 /security/steghide | |
parent | 8d3a0a56a18ce07c9bb641bb32f33b297344ec50 (diff) |
Build with system compiler on CURRENT
Notes
Notes:
svn path=/head/; revision=192306
Diffstat (limited to 'security/steghide')
-rw-r--r-- | security/steghide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 52657fa27761..280b8c890f8a 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ USE_GETTEXT= yes USE_PERL5= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= CONFIGURE_ARGS= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |