diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-02-23 02:30:03 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-02-23 02:30:03 +0800 |
commit | 54ed25716042a161ffad5312c83c16a4d06bdddb (patch) | |
tree | a306bff5e1e18512f2c15e3ae2d8233a88696747 /net | |
parent | c045512e39d54966529f3b94eb11f792b46de53c (diff) | |
download | freebsd-ports-gnome-54ed25716042a161ffad5312c83c16a4d06bdddb.tar.gz freebsd-ports-gnome-54ed25716042a161ffad5312c83c16a4d06bdddb.tar.zst freebsd-ports-gnome-54ed25716042a161ffad5312c83c16a4d06bdddb.zip |
Fix build by disabling unnecessary gtk+ dependency which is only an
optional dependency in the master port for that matter.
Notified by: Krismail
Pointyhat by: Me
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi-sharp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/avahi-sharp/Makefile b/net/avahi-sharp/Makefile index d74cd57e14e1..613268f98734 100644 --- a/net/avahi-sharp/Makefile +++ b/net/avahi-sharp/Makefile @@ -28,6 +28,7 @@ AVAHI_SLAVE= yes USE_GNOME= gnomehack gnometarget CONFIGURE_ARGS= --with-distro=freebsd \ --with-dbus-system-address=unix:path=/var/run/dbus \ + --disable-gtk \ --disable-qt3 \ --disable-qt4 \ --disable-python \ |