summaryrefslogtreecommitdiff
path: root/emulators/suse91_glx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse91_glx/Makefile')
-rw-r--r--emulators/suse91_glx/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/suse91_glx/Makefile b/emulators/suse91_glx/Makefile
index 21fdc9e7375..10fafa403a5 100644
--- a/emulators/suse91_glx/Makefile
+++ b/emulators/suse91_glx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/12/12 14:43:24 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/01/08 16:53:21 salo Exp $
DISTNAME= suse_glx-${SUSE_VERSION}
CATEGORIES= emulators
@@ -17,9 +17,9 @@ NO_BUILD= YES
LIBTOOLIZE_PLIST= NO
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-# the -devel version is necessary for libGL.so et.al. symlinks only
-RPMFILES= XFree86-Mesa-4.3.99.902-40.${SUSE_ARCH}.rpm \
- XFree86-Mesa-devel-4.3.99.902-40.${SUSE_ARCH}.rpm
+.if exists(Makefile.${MACHINE_ARCH})
+.include "Makefile.${MACHINE_ARCH}"
+.endif
.include "../../emulators/suse91_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"