diff options
author | arved <arved@FreeBSD.org> | 2005-01-25 17:08:43 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-01-25 17:08:43 +0800 |
commit | a62a450e49fed7b95352a032afe13a49f5fbb4f2 (patch) | |
tree | f41cb3776c910c3c9b0f465b95ce871096d9f3b4 /archivers | |
parent | 844d7c724088f2f6a2448c45fa918508a1ef4da7 (diff) | |
download | freebsd-ports-gnome-a62a450e49fed7b95352a032afe13a49f5fbb4f2.tar.gz freebsd-ports-gnome-a62a450e49fed7b95352a032afe13a49f5fbb4f2.tar.zst freebsd-ports-gnome-a62a450e49fed7b95352a032afe13a49f5fbb4f2.zip |
Seems to work on amd64 too
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/szip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index ea175ed064ab..f83c07e3d778 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ip@doom.homeunix.org COMMENT= A fast compression utility USE_GMAKE= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 do-build: ${GMAKE} -C ${WRKDIR} |