diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-24 19:56:46 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-24 19:56:46 +0000 |
commit | c64f2bede86f0454d6a5e9900ec1701aed7a40dc (patch) | |
tree | ef4165b5962ad33776094932ba4f90350066f9ca /devel/cvsgraph | |
parent | 43490840e55627a491d61e904d094e4cac6b8dda (diff) |
This doesn't compile on the Alpha or x86-64.
reported by: kris
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=94768
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 da15e2edf2c8..e1e96d9ea09b 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 |