diff options
Diffstat (limited to 'comms/obexapp/Makefile')
-rw-r--r-- | comms/obexapp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index f854f9f6d8db..6e963b535091 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -18,6 +18,9 @@ LIB_DEPENDS= openobex-1.0.1:${PORTSDIR}/comms/openobex USE_GNOME= glib12 WRKSRC= ${WRKDIR}/${PORTNAME} +# libbluetooth is only installed on i386 +ONLY_FOR_ARCHS= i386 + MAN1= obexapp.1 MANCOMPRESSED= yes PLIST_FILES= bin/obexapp |