diff options
author | gerald <gerald@FreeBSD.org> | 2010-01-01 02:35:25 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-01-01 02:35:25 +0800 |
commit | 100f23345e44dd388922c972d55db19a26d15c4e (patch) | |
tree | f5e3349c3c181a7c5d3dd73b8c18a8d0b6f3a798 /misc | |
parent | c1036d704377b84d7da72c2651799291ca16e668 (diff) | |
download | freebsd-ports-gnome-100f23345e44dd388922c972d55db19a26d15c4e.tar.gz freebsd-ports-gnome-100f23345e44dd388922c972d55db19a26d15c4e.tar.zst freebsd-ports-gnome-100f23345e44dd388922c972d55db19a26d15c4e.zip |
Use USE_GCC=4.4+ instead of USE_GCC=4.3+.
Approved by: lioux (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libmetalink/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/libmetalink/Makefile b/misc/libmetalink/Makefile index a3c79826e904..04f8372e37e9 100644 --- a/misc/libmetalink/Makefile +++ b/misc/libmetalink/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 FETCH_ARGS= USE_BZIP2= yes -USE_GCC= 4.3+ +USE_GCC= 4.4+ GNU_CONFIGURE= yes CONFIGURE_ARGS= \ --with-libexpat-prefix="${LOCALBASE}" \ |