diff options
author | tron <tron> | 2001-01-25 09:27:18 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-25 09:27:18 +0000 |
commit | 674d7cb77fac5b1452eacff40bf9bee89eb68c80 (patch) | |
tree | 781f68eeabe06d1c18a1b94acd70152ae7e98cc5 /emulators | |
parent | 05c44ea33b762a4e687b3a4067a0b90eb6850050 (diff) | |
download | pkgsrc-674d7cb77fac5b1452eacff40bf9bee89eb68c80.tar.gz |
Because GLX is pretty useless without X11 depend on "suse_x11" instead
of "suse_base".
Diffstat (limited to 'emulators')
-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 f34fad9fa41..e04a3912699 100644 --- a/emulators/suse_glx/Makefile +++ b/emulators/suse_glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/12/17 13:05:43 tron Exp $ +# $NetBSD: Makefile,v 1.5 2001/01/25 09:27:18 tron Exp $ # DISTNAME= suse_glx-${SUSE_VERSION} @@ -9,7 +9,7 @@ DISTFILES= ${RPMFILES} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_base-${SUSE_VERSION}:../../emulators/suse_base +DEPENDS+= suse_x11-${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 |