View | Details | Raw Unified | Return to bug 180390
Collapse All | Expand All

(-)net/ekiga3/Makefile (-1 / +1 lines)
Lines 110-116 Link Here
110
110
111
.if ${PORT_OPTIONS:MAVAHI}
111
.if ${PORT_OPTIONS:MAVAHI}
112
CONFIGURE_ARGS+=	--enable-avahi
112
CONFIGURE_ARGS+=	--enable-avahi
113
BUILD_DEPENDS+=		${LOCALBASE}/libdata/pkgconfig/avahi-client.pc:${PORTSDIR}/net/avahi-app
113
RUN_DEPENDS+=		${LOCALBASE}/libdata/pkgconfig/avahi-client.pc:${PORTSDIR}/net/avahi-app
114
.else
114
.else
115
CONFIGURE_ARGS+=	--disable-avahi
115
CONFIGURE_ARGS+=	--disable-avahi
116
.endif
116
.endif

Return to bug 180390