diff options
-rw-r--r-- | comms/obexapp/Makefile | 8 |
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> |