diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-25 09:08:43 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-25 09:08:43 +0000 |
commit | 295de70be2c44fe77030ea05ccc5e792d18ef7a1 (patch) | |
tree | 37b0da052df426e18b56ab8c46b685d097246872 /archivers/szip | |
parent | c6c2196aafe2b244efdb275b6f80d13b1fa5547d (diff) | |
download | ports-295de70be2c44fe77030ea05ccc5e792d18ef7a1.tar.gz ports-295de70be2c44fe77030ea05ccc5e792d18ef7a1.zip |
Notes
Diffstat (limited to 'archivers/szip')
-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} |