diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-07-14 21:17:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-07-14 21:17:21 +0000 |
commit | bfa3958c83312f4c1cd3aa72db2f2d932648ba99 (patch) | |
tree | 045532534e1db412f1f596cdc2d983f42e70441a /net/avahi-qt4 | |
parent | 9b087dd60f7fe2952b34f2fe25ae98ff2e6d54b9 (diff) |
Notes
Diffstat (limited to 'net/avahi-qt4')
-rw-r--r-- | net/avahi-qt4/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/avahi-qt4/Makefile b/net/avahi-qt4/Makefile index d03a7e4c50fe..8f0d00842afd 100644 --- a/net/avahi-qt4/Makefile +++ b/net/avahi-qt4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: avahi-qt4 -# Date created: 26 October 2007 -# Whom: Michael Johnson <ahze@FreeBSD.org -# +# Created by: Michael Johnson <ahze@FreeBSD.org # $FreeBSD$ -# PORTREVISION= 0 CATEGORIES= net @@ -12,7 +8,7 @@ PKGNAMESUFFIX= -qt4 MAINTAINER= gnome@FreeBSD.org COMMENT= Qt 4 bindings to the Avahi mDNS system -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-qt @@ -21,7 +17,6 @@ DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist AVAHI_SLAVE= qt4 -USE_GNOME= gnomehack ltverhack intltool USE_QT4= corelib moc_build AVAHI_PKGCONFIG= avahi-qt4.pc |