summaryrefslogtreecommitdiff
path: root/comms/libsyncml
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-16 17:21:15 +0000
committerhans <hans@pkgsrc.org>2012-02-16 17:21:15 +0000
commitfa38e0743a7aa418518fca13a73cbfd564d1e011 (patch)
tree2b547899caf2196e5ef4a9b010cf3f1494f4f9f4 /comms/libsyncml
parent448c05d20a456f1a83d6f202240f8eaa50cf3a67 (diff)
downloadpkgsrc-fa38e0743a7aa418518fca13a73cbfd564d1e011.tar.gz
Don't enable bluetooth on SunOS.
Diffstat (limited to 'comms/libsyncml')
-rw-r--r--comms/libsyncml/Makefile6
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