diff options
author | marcus <marcus@FreeBSD.org> | 2005-09-01 05:46:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-09-01 05:46:14 +0800 |
commit | 5bb35f1049c50b8eb58efe62df986411c4464027 (patch) | |
tree | 3d255dc849b073b000aeaae4eca54cf723084b60 /mail | |
parent | cd0bb49b93dbccc50496fbd462281c3558e9dbaf (diff) | |
download | freebsd-ports-gnome-5bb35f1049c50b8eb58efe62df986411c4464027.tar.gz freebsd-ports-gnome-5bb35f1049c50b8eb58efe62df986411c4464027.tar.zst freebsd-ports-gnome-5bb35f1049c50b8eb58efe62df986411c4464027.zip |
Use newer GCC to build this port.
Reported by: pointyhat via kris
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 3929247d29d7..451fd09b1406 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -29,6 +29,7 @@ USE_OPENSSL= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libgnomeprintui \ gtkhtml3 USE_REINPLACE= yes +USE_GCC= 3.4+ USE_LIBTOOL_VER=15 USE_LIBLTDL= yes USE_ICONV= yes |