diff options
Diffstat (limited to 'net/avahi-libdns/Makefile')
-rw-r--r-- | net/avahi-libdns/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/avahi-libdns/Makefile b/net/avahi-libdns/Makefile index b7121c4016c8..f645a6303ebd 100644 --- a/net/avahi-libdns/Makefile +++ b/net/avahi-libdns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: avahi-libdns -# Date created: 31 July 2007 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 0 CATEGORIES= net @@ -12,7 +8,7 @@ PKGNAMESUFFIX= -libdns MAINTAINER= gnome@FreeBSD.org COMMENT= mDNSResponder compatibility from Avahi -LIB_DEPENDS= avahi-common.3:${PORTSDIR}/net/avahi-app +LIB_DEPENDS= avahi-common:${PORTSDIR}/net/avahi-app MASTERDIR= ${.CURDIR}/../avahi-app BUILD_WRKSRC= ${WRKSRC}/avahi-compat-libdns_sd |