diff options
-rw-r--r-- | net/avahi/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 6ac25e029..03bc8229a 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/avahi/Makefile,v 1.22 2007/08/01 01:28:27 ahze Exp $ +# $MCom: ports/net/avahi/Makefile,v 1.23 2007/08/01 01:29:23 ahze Exp $ PORTNAME= avahi PORTVERSION= 0.6.20 @@ -27,6 +27,8 @@ OPTIONS= AUTOIPD "IPv4LL network address configuration daemon" off \ QT4 "Qt 4 bindings" off \ PYTHON "Python bindings and tools" off +NO_BUILD= yes + .include <bsd.port.pre.mk> .if defined(WITH_AUTOIPD) @@ -57,4 +59,6 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi- RUN_DEPENDS+= avahi-bookmarks:${PORTSDIR}/net/py-avahi .endif +do-install: + .include <bsd.port.post.mk> |