diff options
author | pav <pav@FreeBSD.org> | 2004-03-30 13:12:00 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-30 13:12:00 +0000 |
commit | cb386371b7ea6c47f11bd3f8fa9ef2f883406ff4 (patch) | |
tree | 9d1f372833fe5439989279340f5249f8a138e474 | |
parent | 1a7032174657325095f0d67f1eae19263d113202 (diff) | |
download | FreeBSD-ports-cb386371b7ea6c47f11bd3f8fa9ef2f883406ff4.zip FreeBSD-ports-cb386371b7ea6c47f11bd3f8fa9ef2f883406ff4.tar.gz |
- Mark ONLY_FOR_ARCHS=i386 for now
Reported by: bento via kris
-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 f854f9f..6e963b5 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 |