diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-25 12:22:59 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-25 12:22:59 +0800 |
commit | e1e71448eaa888d2cd465185b3539270d6fc120f (patch) | |
tree | c76152e32a73e9d52f64ec3e70d6f0cefa423414 /mail/balsa | |
parent | 285d8f1454e16cedccc7937e4387469594a83f84 (diff) | |
download | freebsd-ports-gnome-e1e71448eaa888d2cd465185b3539270d6fc120f.tar.gz freebsd-ports-gnome-e1e71448eaa888d2cd465185b3539270d6fc120f.tar.zst freebsd-ports-gnome-e1e71448eaa888d2cd465185b3539270d6fc120f.zip |
Use the latest gnomelibs.
PR: ports/14507
Submitted by: clive@cirx.org
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 83965d0f874a..b8287b63ae39 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= sources/balsa MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore -LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ PropList.2:${PORTSDIR}/devel/libPropList GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |