diff options
author | tron <tron@pkgsrc.org> | 2000-12-17 15:52:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-12-17 15:52:13 +0000 |
commit | 72be9b8832d4795dc6a3f48c3ff000da10b555c4 (patch) | |
tree | 497ccab01c1232448c0b25c56a192e8d6c1239e7 /emulators/suse_gtk | |
parent | 9e9715af356db8dfe87acf07ad17122066b0925a (diff) | |
download | pkgsrc-72be9b8832d4795dc6a3f48c3ff000da10b555c4.tar.gz |
Correct directory for "suse_x11" package.
Diffstat (limited to 'emulators/suse_gtk')
-rw-r--r-- | emulators/suse_gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_gtk/Makefile b/emulators/suse_gtk/Makefile index 429e83b6aab..a5621960750 100644 --- a/emulators/suse_gtk/Makefile +++ b/emulators/suse_gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/12/17 13:05:43 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/17 15:52:13 tron Exp $ DISTNAME= suse_gtk-${SUSE_VERSION} CATEGORIES= emulators @@ -8,7 +8,7 @@ DISTFILES= ${RPMFILES} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_x11-${SUSE_VERSION}:../suse_base +DEPENDS+= suse_x11-${SUSE_VERSION}:../suse_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 |