diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-25 04:22:59 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-25 04:22:59 +0000 |
commit | ae95c47808cfe25babef5fc654765560f05f4d66 (patch) | |
tree | 75f292951e9dd701511cccc5e0a1bb7bc5ce5b0b /mail/balsa2/Makefile | |
parent | e2c010012543e207d476ce9ea49132fee751794c (diff) |
Use the latest gnomelibs.
PR: ports/14507
Submitted by: clive@cirx.org
Notes
Notes:
svn path=/head/; revision=22614
Diffstat (limited to 'mail/balsa2/Makefile')
-rw-r--r-- | mail/balsa2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 83965d0f874a..b8287b63ae39 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/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 |