diff options
author | salo <salo> | 2006-06-30 15:37:22 +0000 |
---|---|---|
committer | salo <salo> | 2006-06-30 15:37:22 +0000 |
commit | a6095e52f488db153159e333037f5d993a52765d (patch) | |
tree | 01182030486ab913ec5b82339d4a6c04a8d696a8 /emulators/suse91_gtk | |
parent | d027385b68422ad4bcc65b19c6934a024541cb2d (diff) | |
download | pkgsrc-a6095e52f488db153159e333037f5d993a52765d.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_gtk')
-rw-r--r-- | emulators/suse91_gtk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse91_gtk/Makefile b/emulators/suse91_gtk/Makefile index 3442828b550..2a187566fef 100644 --- a/emulators/suse91_gtk/Makefile +++ b/emulators/suse91_gtk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:03 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/30 15:37:22 salo Exp $ DISTNAME= suse_gtk-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE91} DISTFILES= ${RPMFILES} @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for GTK binaries -DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11 +DEPENDS+= suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse91_x11 EXTRACT_ONLY= # empty NO_BUILD= YES |