diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-25 03:56:46 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-25 03:56:46 +0800 |
commit | 8f7bd97d790e9caeb18887feaa74cb5e40d5cee8 (patch) | |
tree | 0dfa1d098618956f3666f5d11caf085edee46ac9 /devel/cvsgraph | |
parent | 004433e448b1bcc66d0719241148694983e4826f (diff) | |
download | freebsd-ports-graphics-8f7bd97d790e9caeb18887feaa74cb5e40d5cee8.tar.gz freebsd-ports-graphics-8f7bd97d790e9caeb18887feaa74cb5e40d5cee8.tar.zst freebsd-ports-graphics-8f7bd97d790e9caeb18887feaa74cb5e40d5cee8.zip |
This doesn't compile on the Alpha or x86-64.
reported by: kris
Approved by: portmgr
Diffstat (limited to 'devel/cvsgraph')
-rw-r--r-- | devel/cvsgraph/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index da15e2edf2c..e1e96d9ea09 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -27,6 +27,7 @@ ALL_TARGET= cvsgraph DOCDIR= share/doc/${PORTNAME} DOCS= ChangeLog LICENSE README EXAMPLES= cvsgraphwrapper.php3 mkimage.php3 +NOT_FOR_ARCHS= alpha amd64 PLIST= ${WRKDIR}/pkg-plist USE_AUTOCONF= yes GNU_CONFIGURE= yes |