diff options
author | tron <tron> | 2000-12-17 15:52:13 +0000 |
---|---|---|
committer | tron <tron> | 2000-12-17 15:52:13 +0000 |
commit | 07014033e418c1493c10309290ca13286bf6cd3e (patch) | |
tree | 497ccab01c1232448c0b25c56a192e8d6c1239e7 /emulators/suse_gtk | |
parent | 9eeb2ad7dd58015208a21ad1414091f64bdcfe6d (diff) | |
download | pkgsrc-07014033e418c1493c10309290ca13286bf6cd3e.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 |