[Midnightbsd-cvs] mports: Makefile: update for new avahi

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 28 11:58:20 EST 2009


Log Message:
-----------
update for new avahi

Modified Files:
--------------
    mports/net/avahi:
        Makefile (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/avahi/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L net/avahi/Makefile -L net/avahi/Makefile -u -r1.6 -r1.7
--- net/avahi/Makefile
+++ net/avahi/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	avahi
-PORTVERSION=	0.6.23
+PORTVERSION=	0.6.24
 PORTREVISION?=	0
 CATEGORIES?=	net dns
 MASTER_SITES=	# empty
@@ -26,6 +26,7 @@
 		LIBDNS "Apple's mDNSResponder compatibility library" off \
 		MONO "Mono bindings" off \
 		QT3 "Qt 3 bindings" off \
+		QT4 "Qt 4 bindings" off \
 		PYTHON "Python bindings and tools" off
 
 NO_BUILD=	yes
@@ -52,6 +53,10 @@
 RUN_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/avahi-qt3.pc:${PORTSDIR}/net/avahi-qt3
 .endif
 
+.if defined(WITH_QT4)
+RUN_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4
+.endif
+
 .if defined(WITH_PYTHON)
 RUN_DEPENDS+=	avahi-bookmarks:${PORTSDIR}/net/py-avahi
 .endif


More information about the Midnightbsd-cvs mailing list