diff options
author | ahze <ahze@FreeBSD.org> | 2006-07-08 08:32:48 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-07-08 08:32:48 +0800 |
commit | 03cd84a6f862d1cf8b588a3116de1af0b44d1eab (patch) | |
tree | f937eeb2931604e3ec3c808a8fcff31318543730 | |
parent | a36bccf23f34a6af6033a46ea23f3a846101dad3 (diff) | |
download | freebsd-ports-graphics-03cd84a6f862d1cf8b588a3116de1af0b44d1eab.tar.gz freebsd-ports-graphics-03cd84a6f862d1cf8b588a3116de1af0b44d1eab.tar.zst freebsd-ports-graphics-03cd84a6f862d1cf8b588a3116de1af0b44d1eab.zip |
- Remove ONLY_FOR_ARCHS as this was set when this port used to install
a binary instead of build from source.
-rw-r--r-- | archivers/szip/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index c6c620db21f..0ce9364a2da 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -16,7 +16,6 @@ MAINTAINER= ip@doom.homeunix.org COMMENT= A fast compression utility USE_GMAKE= yes -ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR} |