summaryrefslogtreecommitdiff
path: root/emulators/suse91_x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse91_x11/Makefile')
-rw-r--r--emulators/suse91_x11/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/emulators/suse91_x11/Makefile b/emulators/suse91_x11/Makefile
index a39401e4933..c01591bbcd4 100644
--- a/emulators/suse91_x11/Makefile
+++ b/emulators/suse91_x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/05/12 06:12:51 skrll Exp $
+# $NetBSD: Makefile,v 1.5 2005/08/19 14:58:57 tron Exp $
DISTNAME= suse_x11-${SUSE_VERSION}
PKGREVISION= 2
@@ -12,13 +12,18 @@ COMMENT= Linux compatibility package for X11 binaries
DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
-ONLY_FOR_PLATFORM= NetBSD-[2-9]*-i386 FreeBSD-*-i386
+ONLY_FOR_PLATFORM= NetBSD-[2-9]*-i386 NetBSD-[3-9]*-x86_64 \
+ FreeBSD-*-i386
EXTRACT_ONLY= # empty
NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
+.if ${MACHINE_ARCH} == "x86_64"
+RPMFILES= XFree86-libs-4.3.99.902-30.${SUSE_ARCH}.rpm
+.else
RPMFILES= XFree86-libs-4.3.99.902-43.42.5.${SUSE_ARCH}.rpm
+.endif
.include "../../mk/bsd.prefs.mk"