Adapt after PSEUDO_FLAVORS change in net/avahi.
This commit is contained in:
parent
4d682eb71c
commit
bdab10293b
@ -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
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
@ -6,7 +6,7 @@ COMMENT= BitTorrent client for KDE
|
|||||||
|
|
||||||
VERSION= 2.2.8
|
VERSION= 2.2.8
|
||||||
DISTNAME= ktorrent-${VERSION}
|
DISTNAME= ktorrent-${VERSION}
|
||||||
REVISION= 5
|
REVISION= 6
|
||||||
CATEGORIES= net x11 x11/kde
|
CATEGORIES= net x11 x11/kde
|
||||||
EXTRACT_SUFX= .tar.bz2
|
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
|
RUN_DEPENDS= devel/desktop-file-utils
|
||||||
LIB_DEPENDS= x11/kde/libs3 \
|
LIB_DEPENDS= x11/kde/libs3 \
|
||||||
devel/gmp \
|
devel/gmp \
|
||||||
net/avahi \
|
net/avahi,-qt3,no_gui,no_mono,no_qt4
|
||||||
net/avahi,-qt3,no_gtk,no_mono,no_qt4
|
|
||||||
|
|
||||||
SUBST_VARS+= VERSION
|
SUBST_VARS+= VERSION
|
||||||
|
|
||||||
|
@ -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
|
COMMENT= Zero Configuration Networking library for Mono
|
||||||
|
|
||||||
V= 0.9.0
|
V= 0.9.0
|
||||||
DISTNAME= mono-zeroconf-${V}
|
DISTNAME= mono-zeroconf-${V}
|
||||||
REVISION= 0
|
REVISION= 1
|
||||||
|
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ MODULES= lang/mono
|
|||||||
USE_GMAKE= Yes
|
USE_GMAKE= Yes
|
||||||
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
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_STYLE=gnu
|
||||||
CONFIGURE_ARGS= --disable-mdnsresponder
|
CONFIGURE_ARGS= --disable-mdnsresponder
|
||||||
|
@ -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
|
COMMENT= LDAP Administration Tool
|
||||||
|
|
||||||
@ -44,8 +44,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||||||
CONFIGURE_ARGS= --enable-networkmanager=no
|
CONFIGURE_ARGS= --enable-networkmanager=no
|
||||||
|
|
||||||
# XXX main window hangs on startup
|
# XXX main window hangs on startup
|
||||||
#BUILDS_DEPENDS+= net/avahi,-mono
|
#BUILDS_DEPENDS+= net/avahi,-mono,no_gui,no_qt3,no_qt4
|
||||||
#RUN_DEPENDS+= net/avahi,-mono
|
#RUN_DEPENDS+= net/avahi,-mono,no_gui,no_qt3,no_qt4
|
||||||
CONFIGURE_ARGS= --enable-avahi=no
|
CONFIGURE_ARGS= --enable-avahi=no
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user