diff options
author | pav <pav@FreeBSD.org> | 2004-03-30 21:12:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-30 21:12:00 +0800 |
commit | cb386371b7ea6c47f11bd3f8fa9ef2f883406ff4 (patch) | |
tree | 9d1f372833fe5439989279340f5249f8a138e474 /comms/obexapp | |
parent | 1a7032174657325095f0d67f1eae19263d113202 (diff) | |
download | freebsd-ports-gnome-cb386371b7ea6c47f11bd3f8fa9ef2f883406ff4.tar.gz freebsd-ports-gnome-cb386371b7ea6c47f11bd3f8fa9ef2f883406ff4.tar.zst freebsd-ports-gnome-cb386371b7ea6c47f11bd3f8fa9ef2f883406ff4.zip |
- Mark ONLY_FOR_ARCHS=i386 for now
Reported by: bento via kris
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 |