diff options
author | ade <ade@FreeBSD.org> | 2001-05-05 05:41:30 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-05 05:41:30 +0800 |
commit | 6855df27735fc5f10d442e902a0e3b24e5c8f96d (patch) | |
tree | a06401f746a2c66d7519e13e47116450d2e2857d /mail/balsa | |
parent | 6bb45ee02a63914be3ecd530070d92541da9614b (diff) | |
download | freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.gz freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.zst freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.zip |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 27f21c5114ae..f8aae3493ce6 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -7,7 +7,7 @@ PORTNAME= balsa PORTVERSION= 1.1.4 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -15,10 +15,7 @@ MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ - pspell.4:${PORTSDIR}/textproc/pspell \ - gnomeprint.13:${PORTSDIR}/print/gnomeprint \ - giconv.2:${PORTSDIR}/converters/libiconv \ - gtkhtml.8:${PORTSDIR}/www/gtkhtml + gtkhtml.10:${PORTSDIR}/www/gtkhtml USE_X_PREFIX= yes USE_GNOME= yes |