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 | |
parent | afaa25f0cc3cb5248894b94404f621eca1ba6f85 (diff) | |
download | ports-48a5cc06e2d4efd35a3308d8f627f788c91bcbb7.tar.gz ports-48a5cc06e2d4efd35a3308d8f627f788c91bcbb7.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cqcam/Makefile | 4 | ||||
-rw-r--r-- | graphics/qcread/Makefile | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/graphics/qcread/Makefile b/graphics/qcread/Makefile index 8560298cd0f0..eeef4e07608f 100644 --- a/graphics/qcread/Makefile +++ b/graphics/qcread/Makefile @@ -3,7 +3,7 @@ # Date created: 23 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1998/11/16 20:38:21 billf Exp $ # DISTNAME= qcread-0.3 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://phobos.illtel.denver.co.us/pub/qcread/ \ MAINTAINER= billf@FreeBSD.ORG +ONLY_FOR_ARCHS= i386 + post-extract: ${CP} -r ${WRKSRC}/gnu-getopt/. ${WRKSRC} |