diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 03:56:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 03:56:49 +0000 |
commit | 38f2045cda57d1633f8af4e33b66eb7bdb33ff1a (patch) | |
tree | 9b3175da6bd76adcf89393bb637328c1d1702fa5 /devel/cvsgraph | |
parent | 806c656fa02bb5a283a2c6b904ff097fe04a9d68 (diff) | |
download | ports-38f2045cda57d1633f8af4e33b66eb7bdb33ff1a.tar.gz ports-38f2045cda57d1633f8af4e33b66eb7bdb33ff1a.zip |
Notes
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 82dd99a3f493..150800f2bbd2 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 |