diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-21 00:07:22 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-21 00:07:22 +0800 |
commit | fea7d4450331a3ae6932b3121050039abdcfef0e (patch) | |
tree | 725d133b0ab26e76aef4bf30bb482aad9c12fe13 /net | |
parent | 3060a02594e0ba316dfaa9d76ccfb87ff4621b7a (diff) | |
download | marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.gz marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.bz2 marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.lz marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.xz marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.zst marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.zip |
Sync w/ pav's recently change of USE_GETOPT_LONG. We will probably need to
sync more stuff if there is more change in FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10794 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi-app/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index 36a9eaa49..2c31254cd 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/avahi-app/Makefile,v 1.6 2007/08/26 06:10:14 marcus Exp $ +# $MCom: ports/net/avahi-app/Makefile,v 1.8 2008/01/19 20:08:24 marcus Exp $ # PORTNAME= avahi @@ -27,7 +27,6 @@ USE_GNOME_SUBR= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -USE_GETOPT_LONG=yes AVAHI_SLAVE?= no CONFIGURE_ARGS?=--with-distro=freebsd \ --with-dbus-system-address=unix:path=/var/run/dbus/system_bus_socket \ |