diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libsyncml/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/comms/libsyncml/Makefile b/comms/libsyncml/Makefile index de421aa802a..686e034c272 100644 --- a/comms/libsyncml/Makefile +++ b/comms/libsyncml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/02/06 12:39:42 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/02/16 17:21:15 hans Exp $ # DISTNAME= libsyncml-0.4.5 @@ -18,8 +18,12 @@ USE_TOOLS+= pkg-config USE_LANGUAGES= c USE_LIBTOOL= yes +.include "../../mk/bsd.prefs.mk" + CONFIGURE_ARGS+= --disable-http +.if ${OPSYS} != "SunOS" CONFIGURE_ARGS+= --enable-bluetooth +.endif CONFIGURE_ARGS+= --enable-obex PKGCONFIG_OVERRIDE+= libsyncml-1.0.pc.in |