diff options
author | steve <steve@FreeBSD.org> | 2000-07-17 03:47:04 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-17 03:47:04 +0800 |
commit | 2595b1792841de6b39958cc9112545d2edbc4dca (patch) | |
tree | ccc3621d981f3f6d921fe0040170c023e991a103 /mail/gbuffy | |
parent | 037639efb333cff9fa1da3bc2fe639c7ff5f2c27 (diff) | |
download | freebsd-ports-gnome-2595b1792841de6b39958cc9112545d2edbc4dca.tar.gz freebsd-ports-gnome-2595b1792841de6b39958cc9112545d2edbc4dca.tar.zst freebsd-ports-gnome-2595b1792841de6b39958cc9112545d2edbc4dca.zip |
This port depends on the faces port as well.
PR: 19952
Submitted by: maintainer
Diffstat (limited to 'mail/gbuffy')
-rw-r--r-- | mail/gbuffy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/gbuffy/Makefile b/mail/gbuffy/Makefile index c45349b5910c..424dbcff2ebf 100644 --- a/mail/gbuffy/Makefile +++ b/mail/gbuffy/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/ MAINTAINER= kaj@Raditex.se LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - PropList.2:${PORTSDIR}/devel/libPropList + PropList.2:${PORTSDIR}/devel/libPropList \ + compface.1:${PORTSDIR}/mail/faces GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |