diff options
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 63377d7b1f2..691af5982b0 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 8560298cd0f..eeef4e07608 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} |