diff options
author | tron <tron> | 2001-01-25 09:27:48 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-25 09:27:48 +0000 |
commit | 490e1c0d21b14391e9d474662497da83cc8d3264 (patch) | |
tree | f10f17a9e81af79532cbf07b04b346e960a0474b | |
parent | 0ec998c00ca015f92941e9e500aa6a3c388cb904 (diff) | |
download | pkgsrc-490e1c0d21b14391e9d474662497da83cc8d3264.tar.gz |
Fix oversight in last commit.
-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 |