diff options
author | eadler <eadler@FreeBSD.org> | 2013-06-05 06:22:48 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-06-05 06:22:48 +0800 |
commit | 9fba3120c12eacbd46c67b3ec466b6f4853fe6b8 (patch) | |
tree | 31ef9343fa6e1b348258641975761b961b4893bd /misc/compat4x | |
parent | b37754bfac6e4ee0c3e0676238b2380c194ab599 (diff) | |
download | freebsd-ports-gnome-9fba3120c12eacbd46c67b3ec466b6f4853fe6b8.tar.gz freebsd-ports-gnome-9fba3120c12eacbd46c67b3ec466b6f4853fe6b8.tar.zst freebsd-ports-gnome-9fba3120c12eacbd46c67b3ec466b6f4853fe6b8.zip |
- Drop alpha support which has not been supported since 7.0
- Clean up the single arch information
Diffstat (limited to 'misc/compat4x')
-rw-r--r-- | misc/compat4x/Makefile | 9 |
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 |