diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-07 11:58:31 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-07 11:58:31 +0800 |
commit | 295fe4ee506e8ff5991a92664d3b4533d147baa5 (patch) | |
tree | 6e08cf8425218db491bbd7f7f9017cbcd423a083 /mail/gbuffy/Makefile | |
parent | e76bbba9301f2613a854526d65d06e649b89c0a6 (diff) | |
download | freebsd-ports-gnome-295fe4ee506e8ff5991a92664d3b4533d147baa5.tar.gz freebsd-ports-gnome-295fe4ee506e8ff5991a92664d3b4533d147baa5.tar.zst freebsd-ports-gnome-295fe4ee506e8ff5991a92664d3b4533d147baa5.zip |
Use the updated libproplist shared library
Diffstat (limited to 'mail/gbuffy/Makefile')
-rw-r--r-- | mail/gbuffy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/gbuffy/Makefile b/mail/gbuffy/Makefile index 894961d0031b..b1c543f9b570 100644 --- a/mail/gbuffy/Makefile +++ b/mail/gbuffy/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/ MAINTAINER= kaj@Raditex.se LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - PropList.1:${PORTSDIR}/devel/libPropList + PropList.2:${PORTSDIR}/devel/libPropList GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |