diff options
author | marcus <marcus@FreeBSD.org> | 2006-03-28 09:16:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-03-28 09:16:19 +0800 |
commit | e0e91d08d61b7b48d8c071d16252c8aca83216b0 (patch) | |
tree | 1552ddce3818665017330889b2beb332b9aff871 /net-im/gossip | |
parent | 6231051ad8ac7d9f2097df944457d4f17f64e20f (diff) | |
download | freebsd-ports-gnome-e0e91d08d61b7b48d8c071d16252c8aca83216b0.tar.gz freebsd-ports-gnome-e0e91d08d61b7b48d8c071d16252c8aca83216b0.tar.zst freebsd-ports-gnome-e0e91d08d61b7b48d8c071d16252c8aca83216b0.zip |
Add a missing dependency on gnomedocutils.
Reported by: pointyhat via kris
Diffstat (limited to 'net-im/gossip')
-rw-r--r-- | net-im/gossip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile index 41f0e19afc1a..6f63ea73bf15 100644 --- a/net-im/gossip/Makefile +++ b/net-im/gossip/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui +USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomedocutils INSTALLS_OMF= yes CONFIGURE_ARGS= --enable-dbus=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |