diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-06-04 22:24:50 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-06-04 22:24:50 +0000 |
commit | 32498cecf62a0df1190599b5424b903add382985 (patch) | |
tree | 0391e9cf46d1ebe57087c9739a450750937a6098 /misc | |
parent | 42df8595aac22de70455db0c8b7faa39d04fa257 (diff) | |
download | ports-32498cecf62a0df1190599b5424b903add382985.tar.gz ports-32498cecf62a0df1190599b5424b903add382985.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat6x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat6x/Makefile b/misc/compat6x/Makefile index 91f4a64cdd82..35c5610e5495 100644 --- a/misc/compat6x/Makefile +++ b/misc/compat6x/Makefile @@ -16,7 +16,7 @@ COMMENT= Convenience package to install the compat6x libraries USE_BZIP2= yes NO_BUILD= yes -ONLY_FOR_ARCHS= i386 amd64 alpha sparc64 +ONLY_FOR_ARCHS= i386 amd64 sparc64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat |