diff options
author | salo <salo> | 2006-06-30 16:20:23 +0000 |
---|---|---|
committer | salo <salo> | 2006-06-30 16:20:23 +0000 |
commit | 95d2e8d36d1710e1d59f622868acb87c26c97b04 (patch) | |
tree | 5e7474ef295bf874f34a4d7526c26ae6b55ae8e7 /emulators/suse100_gtk | |
parent | ef845bd3b7a1b2db01fc51e8712bfe82aaf62aa6 (diff) | |
download | pkgsrc-95d2e8d36d1710e1d59f622868acb87c26c97b04.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_gtk')
-rw-r--r-- | emulators/suse100_gtk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/suse100_gtk/Makefile b/emulators/suse100_gtk/Makefile index 3988570a1cb..56284e82035 100644 --- a/emulators/suse100_gtk/Makefile +++ b/emulators/suse100_gtk/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.2 2006/04/18 13:58:47 tron Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_gtk-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -9,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/suse100_x11 +DEPENDS+= suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse100_x11 EXTRACT_ONLY= # empty NO_BUILD= YES |