diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-06-09 18:17:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-06-09 18:17:15 +0000 |
commit | 9b0d2dff10ae24ce4d5d251fb39c583b7863dae2 (patch) | |
tree | f5daf766539a82fc45d6c06c8d6c63e7eab131de /net/avahi/Makefile | |
parent | c3ae8a8590602b26b56a89dd2e3075321a7c07b6 (diff) |
Notes
Diffstat (limited to 'net/avahi/Makefile')
-rw-r--r-- | net/avahi/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 5fadd5dbdb51..6b7932eeee58 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -6,8 +6,8 @@ # $MCom: ports/net/avahi/Makefile,v 1.19 2006/10/12 16:44:41 marcus Exp $ PORTNAME= avahi -PORTVERSION= 0.6.18 -PORTREVISION?= 1 +PORTVERSION= 0.6.19 +PORTREVISION?= 0 CATEGORIES?= net dns MASTER_SITES= http://www.avahi.org/download/ @@ -77,6 +77,8 @@ PLIST_SUB+= LIBDNS="@comment " .if defined(WITH_GTK2) USE_GNOME+= libglade2 PLIST_SUB+= GTK="" +MAN1+= bssh.1 +MLINKS+= bssh.1 bvnc.1 .else CONFIGURE_ARGS+=--disable-gtk PLIST_SUB+= GTK="@comment " |