Index: head/graphics/s10sh/Makefile =================================================================== --- head/graphics/s10sh/Makefile (revision 103845) +++ head/graphics/s10sh/Makefile (revision 103846) @@ -1,34 +1,40 @@ # New ports collection makefile for: s10sh # Date created: Tue Feb 27 00:16:34 MST 2001 # Whom: John Reynolds # # $FreeBSD$ # PORTNAME= s10sh PORTVERSION= 0.2.2 CATEGORIES= graphics MASTER_SITES= http://www.reynoldsnet.org/s10sh/ \ http://www.edwinh.org/s10sh/ MAINTAINER= johnjen@reynoldsnet.org COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras .if defined(NOUSB) || defined(WITHOUT_USB) MAKE_ENV+= WITHOUT_USB=YES .else LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb .endif # Don't extract the libusb bundled with s10sh: EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude '*/libusb*' MAKEFILE= ${FILESDIR}/Makefile.bsd +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "amd64" +BROKEN= "Does not compile on ia64 or amd64" +.endif + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include +.include Property changes on: head/graphics/s10sh/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property