diff options
Diffstat (limited to 'net/avahi-gtk/Makefile')
-rw-r--r-- | net/avahi-gtk/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/net/avahi-gtk/Makefile b/net/avahi-gtk/Makefile index 84335c305091..3e2e7f623171 100644 --- a/net/avahi-gtk/Makefile +++ b/net/avahi-gtk/Makefile @@ -1,19 +1,16 @@ -# New ports collection makefile for: avahi-gtk -# Date created: 31 July 2007 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/net/avahi-gtk/Makefile,v 1.2 2007/09/12 12:41:45 ahze Exp $ -# +# $MCom: ports/net/avahi-gtk/Makefile,v 1.9 2012/07/09 18:22:19 kwm Exp $ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= net PKGNAMESUFFIX= -gtk MAINTAINER= gnome@FreeBSD.org COMMENT= Gtk+ tools and bindings to the Avahi mDNS system -LIB_DEPENDS= avahi-common.3:${PORTSDIR}/net/avahi-app +LIB_DEPENDS= avahi-common:${PORTSDIR}/net/avahi-app +RUN_DEPENDS= avahi-header>=0.6:${PORTSDIR}/net/avahi-header MASTERDIR= ${.CURDIR}/../avahi-app BUILD_WRKSRC= ${WRKSRC}/avahi-ui @@ -27,7 +24,7 @@ AVAHI_PKGCONFIG=avahi-ui.pc MAN1+= bssh.1 MLINKS+= bssh.1 bvnc.1 \ bssh.1 bshell.1 -USE_GNOME= gnomehack ltverhack intltool libglade2 +USE_GNOME+= libglade2 post-build: @(cd ${WRKSRC}/avahi-discover-standalone; \ |