diff options
author | tron <tron@pkgsrc.org> | 2001-01-25 09:27:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-25 09:27:48 +0000 |
commit | 8fc288c071baaac3df74a0c968e9d01f87d73347 (patch) | |
tree | f10f17a9e81af79532cbf07b04b346e960a0474b /emulators/suse_glx | |
parent | 9562a10bb17d8a127af235f30eac9084384bc1b2 (diff) | |
download | pkgsrc-8fc288c071baaac3df74a0c968e9d01f87d73347.tar.gz |
Fix oversight in last commit.
Diffstat (limited to 'emulators/suse_glx')
-rw-r--r-- | emulators/suse_glx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_glx/Makefile b/emulators/suse_glx/Makefile index e04a3912699..f7d831a0e74 100644 --- a/emulators/suse_glx/Makefile +++ b/emulators/suse_glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/01/25 09:27:18 tron Exp $ +# $NetBSD: Makefile,v 1.6 2001/01/25 09:27:48 tron Exp $ # DISTNAME= suse_glx-${SUSE_VERSION} @@ -9,7 +9,7 @@ DISTFILES= ${RPMFILES} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_x11-${SUSE_VERSION}:../../emulators/suse_base +DEPENDS+= suse_x11-${SUSE_VERSION}:../../emulators/suse_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 |