diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 09:46:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 09:46:51 +0000 |
commit | 5b8f7bf0ac8f2a38d790e91d05b84aa38cbc1ad2 (patch) | |
tree | 7757f636d91a594e619e40c3243df44dbf9af1ec /emulators/suse_gtk/Makefile | |
parent | 8ad41b9c82da45387ed026ae80af45ec0afdc030 (diff) | |
download | pkgsrc-5b8f7bf0ac8f2a38d790e91d05b84aa38cbc1ad2.tar.gz |
Update SuSE packages to version 7.3. The included libraries and binaries
make it possible to use recent Linux applications on a NetBSD-current
(1.5ZC built from 2002-04-04 sources) kernel.
Diffstat (limited to 'emulators/suse_gtk/Makefile')
-rw-r--r-- | emulators/suse_gtk/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/suse_gtk/Makefile b/emulators/suse_gtk/Makefile index ebf26c299c5..095731b1489 100644 --- a/emulators/suse_gtk/Makefile +++ b/emulators/suse_gtk/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2002/02/21 17:29:56 martti Exp $ +# $NetBSD: Makefile,v 1.7 2002/04/04 09:47:00 tron Exp $ DISTNAME= suse_gtk-${SUSE_VERSION} CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUSE:=gra1/} +MASTER_SITES= ${MASTER_SITE_SUSE:=gra1/} \ + ${MASTER_SITE_SUSE:=xdev1/} DISTFILES= ${RPMFILES} -MAINTAINER= packages@netbsd.org +MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for GTK binaries @@ -14,7 +15,7 @@ DEPENDS+= suse_x11>=${SUSE_VERSION}:../suse_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 EXTRACT_ONLY= # empty -NO_BUILD= yes +NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= glib.rpm gtk.rpm |