aboutsummaryrefslogtreecommitdiff
path: root/comms
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
parentd1632b527815f0c144f9be6e639c9c712b800750 (diff)
downloadports-4c0de56b078ad325f678dab0b546b4085e849c4f.tar.gz
ports-4c0de56b078ad325f678dab0b546b4085e849c4f.zip
Notes
Diffstat (limited to 'comms')
-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>