summaryrefslogtreecommitdiff
path: root/emulators/suse_glx/Makefile
diff options
context:
space:
mode:
authormartti <martti>2002-02-21 17:28:40 +0000
committermartti <martti>2002-02-21 17:28:40 +0000
commit1d73ed6f7f1272a3cdad748d0fe679ab42b6d59c (patch)
tree70c20d50884c41757cb8395727b8a20a34d64e85 /emulators/suse_glx/Makefile
parent333bb8bfe200fcc240fcec8e936ce2937bdd1e98 (diff)
downloadpkgsrc-1d73ed6f7f1272a3cdad748d0fe679ab42b6d59c.tar.gz
Updated suse_glx to 6.4nb1
* glx.rpm: added GeForce DDR Support
Diffstat (limited to 'emulators/suse_glx/Makefile')
-rw-r--r--emulators/suse_glx/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/emulators/suse_glx/Makefile b/emulators/suse_glx/Makefile
index 4069c39be4f..28aa427059d 100644
--- a/emulators/suse_glx/Makefile
+++ b/emulators/suse_glx/Makefile
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.7 2001/02/17 18:38:27 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2002/02/21 17:28:40 martti Exp $
#
DISTNAME= suse_glx-${SUSE_VERSION}
+PKGREVISION= 1
CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SUSE:=x3d1/}
+MASTER_SITES= ${MASTER_SITE_SUSE:=x3d1/} \
+ ftp://ftp.suse.com/pub/suse/i386/update/${SUSE_VERSION}/x3d1/
DISTFILES= ${RPMFILES}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for GLX binaries
-DEPENDS+= suse_x11-${SUSE_VERSION}:../../emulators/suse_x11
+DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse_x11
ONLY_FOR_PLATFORM= NetBSD-*-i386
@@ -18,6 +20,6 @@ EXTRACT_ONLY= # empty
NO_BUILD= yes
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-RPMFILES= glx.rpm
+RPMFILES= glx-000229-53.i386.rpm
.include "../suse_linux/Makefile.common"