diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-06 06:01:12 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-06 06:01:12 +0000 |
commit | 48a5cc06e2d4efd35a3308d8f627f788c91bcbb7 (patch) | |
tree | 69002f14dc0fe56c505c8c89391f5e67a621f8da /graphics/cqcam | |
parent | Mark these broken while Stefan works on an upgrade. (diff) |
Add 'ONLY_FOR_ARCHS=i386' to QCAM ports.
In fact, it can be build on alpha if it is linked against libio.
But I'm not sure whether it works or not on alpha.
Feel free to fix and test these ports on alpha.
Notes
Notes:
svn path=/head/; revision=15882
Diffstat (limited to 'graphics/cqcam')
-rw-r--r-- | graphics/cqcam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile index 63377d7b1f2c..691af5982b0f 100644 --- a/graphics/cqcam/Makefile +++ b/graphics/cqcam/Makefile @@ -3,7 +3,7 @@ # Date created: 29 Oct 1997 # Whom: Kensaku Masuda <greg@greg.rim.or.jp> # -# $Id: Makefile,v 1.7 1998/10/05 03:18:32 steve Exp $ +# $Id: Makefile,v 1.8 1998/11/29 13:47:11 asami Exp $ # DISTNAME= cqcam-0.45a @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 \ jpeg.9:${PORTSDIR}/graphics/jpeg +ONLY_FOR_ARCHS= i386 + MAN1= cqcam.1 MLINKS= cqcam.1 webcam.1 \ cqcam.1 xcqcam.1 |