diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-07-08 00:32:48 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-07-08 00:32:48 +0000 |
commit | 4ad2e3175932eac4bf1f7020240d737f7e90cf05 (patch) | |
tree | aefa7fd67777ce41bd4ef2adfaacc7bd1f8bcdcd /archivers/szip | |
parent | e09cecf9552025b984e218630a112fa776def00c (diff) | |
download | ports-4ad2e3175932eac4bf1f7020240d737f7e90cf05.tar.gz ports-4ad2e3175932eac4bf1f7020240d737f7e90cf05.zip |
- Remove ONLY_FOR_ARCHS as this was set when this port used to install
a binary instead of build from source.
Notes
Notes:
svn path=/head/; revision=167167
Diffstat (limited to 'archivers/szip')
-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 c6c620db21f5..0ce9364a2da9 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} |