diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-05-15 16:44:33 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-05-15 16:44:33 +0000 |
commit | ef0d1d63eebc8a44a838c57347192c36d0a2fe39 (patch) | |
tree | d3c47f0e3d32aa46e5379d8e5d35a930d83785f1 | |
parent | 64027d45c95b117ffb4690ba4a1330a4a66d9a6d (diff) | |
download | pkgsrc-ef0d1d63eebc8a44a838c57347192c36d0a2fe39.tar.gz |
add dependency on suse_x11
pointed out by Bernd Ernesti
-rw-r--r-- | emulators/suse91_glx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse91_glx/Makefile b/emulators/suse91_glx/Makefile index 3ebc5f151c7..a8af3294e1f 100644 --- a/emulators/suse91_glx/Makefile +++ b/emulators/suse91_glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:44 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/15 16:44:33 jdolecek Exp $ DISTNAME= suse_glx-${SUSE_VERSION} PKGREVISION= # empty @@ -11,6 +11,7 @@ HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the GL library DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base +DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 |