aboutsummaryrefslogtreecommitdiff
path: root/misc/compat4x
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-06-04 22:22:48 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-06-04 22:22:48 +0000
commitc55fccb8a6d712d8075f2f59c07360ecb4d29177 (patch)
tree31ef9343fa6e1b348258641975761b961b4893bd /misc/compat4x
parentb1839a5645b6f70c7bb707efd0ed64ec56a4ed98 (diff)
downloadports-c55fccb8a6d712d8075f2f59c07360ecb4d29177.tar.gz
ports-c55fccb8a6d712d8075f2f59c07360ecb4d29177.zip
- Drop alpha support which has not been supported since 7.0
- Clean up the single arch information
Notes
Notes: svn path=/head/; revision=319929
Diffstat (limited to 'misc/compat4x')
-rw-r--r--misc/compat4x/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile
index f374d970f9c7..5e09b35b249b 100644
--- a/misc/compat4x/Makefile
+++ b/misc/compat4x/Makefile
@@ -25,6 +25,9 @@ LDCONFIG_LIB32= ${LDCONFIG} -32
.include <bsd.port.pre.mk>
+ONLY_FOR_ARCH= i386 amd64
+ONLY_FOR_ARCH_REASON= FreeBSD 4.x did not support this architecture
+
COMPAT4X_ARCH= ${ARCH}
COMPAT4X_OSVERSION= 5.3
PLIST= ${.CURDIR}/pkg-plist.freebsd5
@@ -38,12 +41,6 @@ TARGET_DIR= ${TARGET32_DIR}
PLIST_SUB+= LIBDIR="lib32"
COMPAT4X_DISTFILES= ${PORTNAME}.aa \
${PORTNAME}.ab
-.elif ${ARCH} == alpha
-PLIST_SUB+= LIBDIR="lib"
-COMPAT4X_DISTFILES= ${PORTNAME}.aa \
- ${PORTNAME}.ab
-.else
-IGNORE= is unsupported (FreeBSD 4.x did not run on this architecture)
.endif
.if ${COMPAT4X_ARCH} == i386