diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /net/avahi/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'net/avahi/Makefile')
-rw-r--r-- | net/avahi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index a375637c8063..c3b781d3b248 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -7,8 +7,8 @@ PORTNAME= avahi PORTVERSION= 0.6.5 -PORTREVISION?= 2 -CATEGORIES?= net dns +PORTREVISION?= 3 +CATEGORIES= net dns MASTER_SITES= http://www.avahi.org/download/ MAINTAINER?= gnome@FreeBSD.org @@ -21,7 +21,7 @@ LIB_DEPENDS?= expat.6:${PORTSDIR}/textproc/expat2 \ USE_GNOME?= gnomehack ltverhack glib20 USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS?=--with-distro=freebsd \ --with-dbus-system-address=unix:path=/var/run/dbus \ |