- remove unneeded CONFIGURE_ENV and USE_GROFF
This commit is contained in:
parent
98d24f44e9
commit
1c1837ee41
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2012/08/29 17:50:55 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2012/08/29 18:27:53 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, glib bindings
|
||||
|
||||
@ -29,7 +29,5 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--enable-introspection \
|
||||
--enable-vala-bindings
|
||||
#CONFIGURE_ARGS+= --enable-backtrace (add -llibexecinfo)
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2012/08/29 17:50:55 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2012/08/29 18:27:53 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, libpurple component
|
||||
|
||||
@ -21,7 +21,4 @@ LIB_DEPENDS= net/pidgin,-libpurple \
|
||||
|
||||
MODPY_RUNDEP= No
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2012/08/29 17:50:55 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2012/08/29 18:27:53 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, IRC component
|
||||
|
||||
@ -20,9 +20,4 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
RUN_DEPENDS= textproc/libxslt
|
||||
LIB_DEPENDS= net/telepathy/telepathy-glib
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
USE_GROFF = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2012/08/29 17:50:55 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2012/08/29 18:27:53 jasper Exp $
|
||||
|
||||
COMMENT= abstraction layer between apps and connection managers
|
||||
|
||||
@ -30,7 +30,5 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--disable-upower \
|
||||
--enable-mcclient-so6 \
|
||||
--with-connectivity=no
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2012/08/29 17:50:55 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2012/08/29 18:27:53 jasper Exp $
|
||||
|
||||
COMMENT= flexible communications framework, local-link component
|
||||
|
||||
@ -28,8 +28,6 @@ LIB_DEPENDS= net/avahi \
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/lib/ext/wocky
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-Werror \
|
||||
--disable-avahi-tests
|
||||
|
Loading…
Reference in New Issue
Block a user