From bbf90ee1fddf3817679e7bd1f96b7b55c1979206 Mon Sep 17 00:00:00 2001 From: trevor Date: Mon, 8 Mar 2004 21:44:13 +0000 Subject: This doesn't compile on ia64. Noticed by: kris --- devel/cvsgraph/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/cvsgraph') diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 4ebda89b100c..30ee79ff19de 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -28,7 +28,7 @@ ALL_TARGET= cvsgraph DOCDIR= share/doc/${PORTNAME} DOCS= ChangeLog LICENSE README EXAMPLES= cvsgraphwrapper.php3 mkimage.php3 -NOT_FOR_ARCHS= alpha amd64 +NOT_FOR_ARCHS= alpha amd64 ia64 PLIST= ${WRKDIR}/pkg-plist USE_AUTOCONF= yes GNU_CONFIGURE= yes -- cgit