diff options
author | marcus <marcus@FreeBSD.org> | 2007-03-19 13:14:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-03-19 13:14:07 +0800 |
commit | e83248f2b323aa90dfea75471b86ccc444a80f88 (patch) | |
tree | f4fc2dbabf96cb67c502479d9fc13f40bf0d0108 /mail/balsa | |
parent | 52dd0c5de1d6a7165dc355ecf161f52bb7dbbfda (diff) | |
download | freebsd-ports-gnome-e83248f2b323aa90dfea75471b86ccc444a80f88.tar.gz freebsd-ports-gnome-e83248f2b323aa90dfea75471b86ccc444a80f88.tar.zst freebsd-ports-gnome-e83248f2b323aa90dfea75471b86ccc444a80f88.zip |
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 7b60ea0c81c1..7d7ef7d5d34e 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -3,11 +3,12 @@ # Whom: Glenn Johnson <gljohns@bellsouth.net> # # $FreeBSD$ -# $MCom: ports/mail/balsa/Makefile,v 1.7 2006/07/27 17:09:22 mezz Exp $ +# $MCom: ports/mail/balsa/Makefile,v 1.10 2007/03/14 17:45:39 marcus Exp $ # PORTNAME= balsa PORTVERSION= 2.3.14 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ DISTNAME= balsa-${PORTVERSION} @@ -76,7 +77,8 @@ post-patch: ${WRKSRC}/libbalsa/mailbox_imap.c # PREFIX safeness @${REINPLACE_CMD} -E \ - -e 's|^(HICOLOR_ICON_DIR)[^/]+/|\1=${PREFIX}/|' \ + -e 's|^(HICOLOR_ICON_DIR)[^/]+/|\1=${PREFIX}/| ; \ + s|libgtkhtml-3.8|libgtkhtml-3.14|g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} post-install: |