diff options
author | salo <salo@pkgsrc.org> | 2006-06-30 16:20:23 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-06-30 16:20:23 +0000 |
commit | 559510a0de14fb9895c088f8cb25475522f50580 (patch) | |
tree | 5e7474ef295bf874f34a4d7526c26ae6b55ae8e7 /emulators/suse100_glx | |
parent | 0d3db5691d3f816c96a220bbbaa2e0dfe3cf9c16 (diff) | |
download | pkgsrc-559510a0de14fb9895c088f8cb25475522f50580.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/suse100_glx')
-rw-r--r-- | emulators/suse100_glx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/suse100_glx/Makefile b/emulators/suse100_glx/Makefile index 6b433ea3d70..7d31ec5d4f8 100644 --- a/emulators/suse100_glx/Makefile +++ b/emulators/suse100_glx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/04/28 14:15:06 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_glx-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -10,8 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the GL library -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base -DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse100_x11 +DEPENDS+= suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse100_x11 EXTRACT_ONLY= # empty NO_BUILD= YES |