diff options
author | sat <sat@FreeBSD.org> | 2006-05-21 20:41:24 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-21 20:41:24 +0000 |
commit | 6fd6dccb86e477209702c5e06a33ae7ffca0cabf (patch) | |
tree | d81f9aeac93587b803b7c46f5f126348dece07b0 /www | |
parent | c4283399aa264c2cb450ac8d205bb493ef75311f (diff) | |
download | FreeBSD-ports-6fd6dccb86e477209702c5e06a33ae7ffca0cabf.zip FreeBSD-ports-6fd6dccb86e477209702c5e06a33ae7ffca0cabf.tar.gz |
- Try to fix build on 4.x by USE_GCC=3.4+
Reported by: pointyhat via kris
Approved by: krion (mentor, implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/aria2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index e166665..2c233d3 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls \ CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} +USE_GCC= 3.4+ USE_BZIP2= yes USE_GNOME= gnomehack USE_GETTEXT= yes |