diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-15 05:40:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-15 05:40:56 +0000 |
commit | dccc447c3c87756f6fcbeae33173d1a56cbb8f32 (patch) | |
tree | 40eefe983950e864e2dbf5c09c3021d8862d2f72 /net/avahi/Makefile | |
parent | 86766e83968dfdd1d9c954166727324dd923ff2d (diff) |
Notes
Diffstat (limited to 'net/avahi/Makefile')
-rw-r--r-- | net/avahi/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index c3b781d3b248..e89bee7d7a96 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -6,8 +6,8 @@ # PORTNAME= avahi -PORTVERSION= 0.6.5 -PORTREVISION?= 3 +PORTVERSION= 0.6.9 +PORTREVISION?= 0 CATEGORIES= net dns MASTER_SITES= http://www.avahi.org/download/ @@ -39,12 +39,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PTHREAD_LIBS="${PTHREAD_LIBS}" .if !defined(AVAHI_SLAVE) -USE_RC_SUBR= yes MAN1= avahi-browse-domains.1 avahi-browse.1 avahi-publish-address.1 \ avahi-publish-service.1 avahi-publish.1 avahi-resolve-address.1 \ avahi-resolve-host-name.1 avahi-resolve.1 -MAN5= avahi-daemon.conf.5 avahi.service.5 +MAN5= avahi-daemon.conf.5 avahi.service.5 avahi.hosts.5 MAN8= avahi-daemon.8 avahi-dnsconfd.8 avahi-dnsconfd.action.8 OPTIONS= GTK2 "Build a GTK+ 2 browser utility" off |