diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-07 19:33:51 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-07 19:33:51 +0000 |
commit | 2a70228394eb3fd7abb3f5669c0795b6fa260d1e (patch) | |
tree | 206b229472b3799f25b0a335716b6c8298e6306d /mail/balsa2 | |
parent | d6554ef88b2491bc60e70add15ec35983fe54d2a (diff) | |
download | FreeBSD-ports-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.zip FreeBSD-ports-2a70228394eb3fd7abb3f5669c0795b6fa260d1e.tar.gz |
Chase libgnomeui's shared lib version.
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 7d89240..0a6c066 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -7,6 +7,7 @@ PORTNAME= balsa2 PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -19,8 +20,8 @@ LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ aspell.15:${PORTSDIR}/textproc/aspell \ pcre.0:${PORTSDIR}/devel/pcre \ esmtp.6:${PORTSDIR}/mail/libesmtp \ - gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ - gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ + gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ + gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml \ gdbm.3:${PORTSDIR}/databases/gdbm RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell |