diff options
author | tron <tron> | 2001-01-25 09:27:18 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-25 09:27:18 +0000 |
commit | 0ec998c00ca015f92941e9e500aa6a3c388cb904 (patch) | |
tree | 781f68eeabe06d1c18a1b94acd70152ae7e98cc5 | |
parent | 6d219022e1e8879f4f7b3bcab4d21868ac950738 (diff) | |
download | pkgsrc-0ec998c00ca015f92941e9e500aa6a3c388cb904.tar.gz |
Because GLX is pretty useless without X11 depend on "suse_x11" instead
of "suse_base".
-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 |