diff options
author | kris <kris@FreeBSD.org> | 2004-04-12 03:56:49 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-12 03:56:49 +0000 |
commit | cc62d2491818359f3ec9d06dcd647a0c565fca89 (patch) | |
tree | 884b0acff3a4e3bde9eb6346aa5fdb05509f4825 /devel/cvsgraph | |
parent | 454acb66af5988eb89c5c47400fd544e2afa790b (diff) | |
download | FreeBSD-ports-cc62d2491818359f3ec9d06dcd647a0c565fca89.zip FreeBSD-ports-cc62d2491818359f3ec9d06dcd647a0c565fca89.tar.gz |
This only works on architectures where sizeof(int) == sizeof(void*), i.e.
i386.
Diffstat (limited to 'devel/cvsgraph')
-rw-r--r-- | devel/cvsgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 82dd99a..150800f 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 ia64 +ONLY_FOR_ARCHS= i386 PLIST= ${WRKDIR}/pkg-plist USE_AUTOCONF_VER= 213 GNU_CONFIGURE= yes |