diff options
author | netchild <netchild@FreeBSD.org> | 2005-11-20 21:57:16 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-11-20 21:57:16 +0800 |
commit | 10199143dd78c29e71e8a169558acff867f98fd7 (patch) | |
tree | c945b5463b990831564fdb8546fb5b3167377c0f /mail | |
parent | 2f18b16068ef2ba212b11e28e6f034c4722e23da (diff) | |
download | freebsd-ports-gnome-10199143dd78c29e71e8a169558acff867f98fd7.tar.gz freebsd-ports-gnome-10199143dd78c29e71e8a169558acff867f98fd7.tar.zst freebsd-ports-gnome-10199143dd78c29e71e8a169558acff867f98fd7.zip |
This port is still broken on 4.x. Last try before marking it as >4 only:
depend upon a "recent" gcc.
Noticed by: YAPHR
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 1 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 76dad3e97d91..dc8d26a7f3db 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -32,6 +32,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack pkgconfig gtk20 USE_REINPLACE= yes USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_GCC= 3.3+ WANT_GNOME= yes MAN1= sylpheed-claws.1 diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 76dad3e97d91..dc8d26a7f3db 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -32,6 +32,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack pkgconfig gtk20 USE_REINPLACE= yes USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_GCC= 3.3+ WANT_GNOME= yes MAN1= sylpheed-claws.1 |