diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-30 13:12:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-30 13:12:00 +0000 |
commit | 19e464a7058ff6f9a5699ef7c9257573a3baa97c (patch) | |
tree | 294c1488ede920c250b78e1961295f769e6cbeda /comms/obexapp | |
parent | 17e6f687f262abcb984d69d7d998705d9bbd25da (diff) |
- Mark ONLY_FOR_ARCHS=i386 for now
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=105696
Diffstat (limited to 'comms/obexapp')
-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 |