diff options
author | netchild <netchild@FreeBSD.org> | 2005-11-20 13:57:16 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-11-20 13:57:16 +0000 |
commit | 10199143dd78c29e71e8a169558acff867f98fd7 (patch) | |
tree | c945b5463b990831564fdb8546fb5b3167377c0f /mail/sylpheed-claws | |
parent | 2f18b16068ef2ba212b11e28e6f034c4722e23da (diff) | |
download | FreeBSD-ports-10199143dd78c29e71e8a169558acff867f98fd7.zip FreeBSD-ports-10199143dd78c29e71e8a169558acff867f98fd7.tar.gz |
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/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 76dad3e..dc8d26a 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 |