Adapt after PSEUDO_FLAVORS change in net/avahi.

This commit is contained in:
ajacoutot 2011-07-14 18:48:50 +00:00
parent 4d682eb71c
commit bdab10293b
3 changed files with 9 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2010/11/19 22:31:34 espie Exp $
# $OpenBSD: Makefile,v 1.26 2011/07/14 18:48:50 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= BitTorrent client for KDE
VERSION= 2.2.8
DISTNAME= ktorrent-${VERSION}
REVISION= 5
REVISION= 6
CATEGORIES= net x11 x11/kde
EXTRACT_SUFX= .tar.bz2
@ -31,8 +31,7 @@ WANTLIB= art_lgpl_2 jpeg GL ICE SM X11 Xau Xcursor Xdmcp Xext \
RUN_DEPENDS= devel/desktop-file-utils
LIB_DEPENDS= x11/kde/libs3 \
devel/gmp \
net/avahi \
net/avahi,-qt3,no_gtk,no_mono,no_qt4
net/avahi,-qt3,no_gui,no_mono,no_qt4
SUBST_VARS+= VERSION

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2010/11/19 22:31:34 espie Exp $
# $OpenBSD: Makefile,v 1.5 2011/07/14 18:48:50 ajacoutot Exp $
COMMENT= Zero Configuration Networking library for Mono
V= 0.9.0
DISTNAME= mono-zeroconf-${V}
REVISION= 0
REVISION= 1
CATEGORIES= net
@ -22,7 +22,7 @@ MODULES= lang/mono
USE_GMAKE= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= net/avahi,-mono,no_gtk,no_qt3,no_qt4
RUN_DEPENDS= net/avahi,-mono,no_gui,no_qt3,no_qt4
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-mdnsresponder

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/20 17:22:41 espie Exp $
# $OpenBSD: Makefile,v 1.7 2011/07/14 18:48:50 ajacoutot Exp $
COMMENT= LDAP Administration Tool
@ -44,8 +44,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS= --enable-networkmanager=no
# XXX main window hangs on startup
#BUILDS_DEPENDS+= net/avahi,-mono
#RUN_DEPENDS+= net/avahi,-mono
#BUILDS_DEPENDS+= net/avahi,-mono,no_gui,no_qt3,no_qt4
#RUN_DEPENDS+= net/avahi,-mono,no_gui,no_qt3,no_qt4
CONFIGURE_ARGS= --enable-avahi=no
.include <bsd.port.mk>