diff options
author | salo <salo@pkgsrc.org> | 2006-06-30 15:37:22 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-06-30 15:37:22 +0000 |
commit | f19cb39cdb5d331fb525852a416d5b3cf993bc9d (patch) | |
tree | 01182030486ab913ec5b82339d4a6c04a8d696a8 /emulators/suse91_glx | |
parent | 3d7183ebb938725fdd1c5c732ed4196bbae5ce01 (diff) | |
download | pkgsrc-f19cb39cdb5d331fb525852a416d5b3cf993bc9d.tar.gz |
We really, really, really _don't_ want open dependencies here.
Also, resolve some missing interdependencies while I am here.
Diffstat (limited to 'emulators/suse91_glx')
-rw-r--r-- | emulators/suse91_glx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/suse91_glx/Makefile b/emulators/suse91_glx/Makefile index fd0a7c0e1cf..89dce049d69 100644 --- a/emulators/suse91_glx/Makefile +++ b/emulators/suse91_glx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2006/05/08 20:39:30 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/30 15:37:22 salo Exp $ DISTNAME= suse_glx-${SUSE_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE91} DISTFILES= ${RPMFILES} @@ -10,8 +10,8 @@ MAINTAINER= jdolecek@NetBSD.org 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 +DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse91_base +DEPENDS+= suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse91_x11 EXTRACT_ONLY= # empty NO_BUILD= YES |