aboutsummaryrefslogtreecommitdiff
path: root/comms/obexapp
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-12 19:49:08 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-12 19:49:08 +0000
commit4c0de56b078ad325f678dab0b546b4085e849c4f (patch)
tree9da8e1a20bfd6b116b75fbeb30f8334c9afa083c /comms/obexapp
parentd1632b527815f0c144f9be6e639c9c712b800750 (diff)
Enable this port on non-i386 architectures on -current after 9 July.
Testing of both the bluetooth stack and this port (and the related openobex one) on non i386 machines are encouraged. Please report any problems. PR: ports/68912 Submitted by: Guido Falsi (maintainer)
Notes
Notes: svn path=/head/; revision=113490
Diffstat (limited to 'comms/obexapp')
-rw-r--r--comms/obexapp/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile
index 38cbf71b22bd..407b35971ce0 100644
--- a/comms/obexapp/Makefile
+++ b/comms/obexapp/Makefile
@@ -17,9 +17,6 @@ LIB_DEPENDS= openobex-1.0.1:${PORTSDIR}/comms/openobex
WRKSRC= ${WRKDIR}/${PORTNAME}
-# libbluetooth is only installed on i386
-ONLY_FOR_ARCHS= i386
-
MAN1= obexapp.1
MANCOMPRESSED= yes
PLIST_FILES= bin/obexapp
@@ -30,4 +27,9 @@ PLIST_FILES= bin/obexapp
IGNORE= Needs -CURRENT from 20 Jan 2004 or later (sdpd)
.endif
+.if ${OSVERSION} < 502121
+# libbluetooth is only installed on i386 before this version
+ONLY_FOR_ARCHS= i386
+.endif
+
.include <bsd.port.post.mk>