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 | |
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.
-rw-r--r-- | emulators/suse100_aspell/Makefile | 5 | ||||
-rw-r--r-- | emulators/suse100_compat/Makefile | 5 | ||||
-rw-r--r-- | emulators/suse100_expat/Makefile | 5 | ||||
-rw-r--r-- | emulators/suse100_fontconfig/Makefile | 7 | ||||
-rw-r--r-- | emulators/suse100_freetype2/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse100_gdk-pixbuf/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse100_glx/Makefile | 7 | ||||
-rw-r--r-- | emulators/suse100_gtk/Makefile | 5 | ||||
-rw-r--r-- | emulators/suse100_gtk2/Makefile | 16 | ||||
-rw-r--r-- | emulators/suse100_libcups/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse100_libjpeg/Makefile | 5 | ||||
-rw-r--r-- | emulators/suse100_libpng/Makefile | 5 | ||||
-rw-r--r-- | emulators/suse100_libtiff/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse100_libxml2/Makefile | 5 | ||||
-rw-r--r-- | emulators/suse100_locale/Makefile | 5 | ||||
-rw-r--r-- | emulators/suse100_openmotif/Makefile | 5 | ||||
-rw-r--r-- | emulators/suse100_openssl/Makefile | 5 | ||||
-rw-r--r-- | emulators/suse100_slang/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse100_slang/PLIST | 5 | ||||
-rw-r--r-- | emulators/suse100_x11/Makefile | 6 |
20 files changed, 65 insertions, 56 deletions
diff --git a/emulators/suse100_aspell/Makefile b/emulators/suse100_aspell/Makefile index 20bad1fdfc4..e9754c61ff2 100644 --- a/emulators/suse100_aspell/Makefile +++ b/emulators/suse100_aspell/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 14:08:33 salo Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_aspell-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -10,7 +11,7 @@ HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for Aspell library .if !defined(USE_NATIVE_LINUX) -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base .endif EXTRACT_ONLY= # empty diff --git a/emulators/suse100_compat/Makefile b/emulators/suse100_compat/Makefile index 4fbef17d591..e865f3bf754 100644 --- a/emulators/suse100_compat/Makefile +++ b/emulators/suse100_compat/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/04/03 18:17:54 ghen Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_compat-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -9,7 +10,7 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package with old shared libraries -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base EXTRACT_ONLY= # empty NO_BUILD= YES diff --git a/emulators/suse100_expat/Makefile b/emulators/suse100_expat/Makefile index 6764cbfd968..0305f68cb93 100644 --- a/emulators/suse100_expat/Makefile +++ b/emulators/suse100_expat/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/04/03 18:17:54 ghen Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_expat-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -9,7 +10,7 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for expat binaries -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base EXTRACT_ONLY= # empty NO_BUILD= YES diff --git a/emulators/suse100_fontconfig/Makefile b/emulators/suse100_fontconfig/Makefile index 95251a1599e..18b96144a5c 100644 --- a/emulators/suse100_fontconfig/Makefile +++ b/emulators/suse100_fontconfig/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/06/06 14:53:06 salo Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_fontconfig-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -10,7 +10,8 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for fontconfig binaries -DEPENDS+= suse_expat>=${SUSE_VERSION}:../../emulators/suse100_expat +DEPENDS+= suse_expat-${SUSE_VERSION}{,nb*}:../../emulators/suse100_expat +DEPENDS+= suse_freetype2-${SUSE_VERSION}{,nb*}:../../emulators/suse100_freetype2 EXTRACT_ONLY= # empty NO_BUILD= YES diff --git a/emulators/suse100_freetype2/Makefile b/emulators/suse100_freetype2/Makefile index 8b8f83f9d2b..07f6b775e9e 100644 --- a/emulators/suse100_freetype2/Makefile +++ b/emulators/suse100_freetype2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/06/27 13:40:02 salo Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_freetype2-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -10,7 +10,7 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for FreeType2 library -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base EXTRACT_ONLY= # empty NO_BUILD= YES diff --git a/emulators/suse100_gdk-pixbuf/Makefile b/emulators/suse100_gdk-pixbuf/Makefile index d6ee6a9a815..81d8acc4245 100644 --- a/emulators/suse100_gdk-pixbuf/Makefile +++ b/emulators/suse100_gdk-pixbuf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/06/06 14:53:06 salo Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_gdk-pixbuf-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for gdk-pixbuf binaries -DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse100_x11 +DEPENDS+= suse_gtk-${SUSE_VERSION}{,nb*}:../../emulators/suse100_gtk EXTRACT_ONLY= # empty NO_BUILD= YES 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 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 diff --git a/emulators/suse100_gtk2/Makefile b/emulators/suse100_gtk2/Makefile index 7c9daef2f2b..61492350d66 100644 --- a/emulators/suse100_gtk2/Makefile +++ b/emulators/suse100_gtk2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/06/06 14:53:06 salo Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_gtk2-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -10,12 +10,12 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for GTK2 binaries -DEPENDS+= suse_fontconfig>=${SUSE_VERSION}:../../emulators/suse100_fontconfig -DEPENDS+= suse_freetype2>=${SUSE_VERSION}:../../emulators/suse100_freetype2 -DEPENDS+= suse_libjpeg>=${SUSE_VERSION}:../../emulators/suse100_libjpeg -DEPENDS+= suse_libpng>=${SUSE_VERSION}:../../emulators/suse100_libpng -DEPENDS+= suse_libtiff>=${SUSE_VERSION}:../../emulators/suse100_libtiff -DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse100_x11 +DEPENDS+= suse_fontconfig-${SUSE_VERSION}{,nb*}:../../emulators/suse100_fontconfig +DEPENDS+= suse_freetype2-${SUSE_VERSION}{,nb*}:../../emulators/suse100_freetype2 +DEPENDS+= suse_libjpeg-${SUSE_VERSION}{,nb*}:../../emulators/suse100_libjpeg +DEPENDS+= suse_libpng-${SUSE_VERSION}{,nb*}:../../emulators/suse100_libpng +DEPENDS+= suse_libtiff-${SUSE_VERSION}{,nb*}:../../emulators/suse100_libtiff +DEPENDS+= suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse100_x11 EXTRACT_ONLY= # empty NO_BUILD= YES diff --git a/emulators/suse100_libcups/Makefile b/emulators/suse100_libcups/Makefile index fa3495413f8..9fd2092d5c4 100644 --- a/emulators/suse100_libcups/Makefile +++ b/emulators/suse100_libcups/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/11 13:29:09 markd Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_libcups-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -9,8 +10,7 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the Cups library -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base -DEPENDS+= suse_openssl>=${SUSE_VERSION}:../../emulators/suse100_openssl +DEPENDS+= suse_openssl-${SUSE_VERSION}{,nb*}:../../emulators/suse100_openssl EXTRACT_ONLY= # empty NO_BUILD= YES diff --git a/emulators/suse100_libjpeg/Makefile b/emulators/suse100_libjpeg/Makefile index c3d59b2cbc9..4c4d8a51146 100644 --- a/emulators/suse100_libjpeg/Makefile +++ b/emulators/suse100_libjpeg/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/04/03 18:17:55 ghen Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_libjpeg-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -9,7 +10,7 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the JPEG library -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base EXTRACT_ONLY= # empty NO_BUILD= YES diff --git a/emulators/suse100_libpng/Makefile b/emulators/suse100_libpng/Makefile index e38e96b679a..5e1ef23489d 100644 --- a/emulators/suse100_libpng/Makefile +++ b/emulators/suse100_libpng/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/04/03 18:17:55 ghen Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_libpng-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -9,7 +10,7 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the PNG library -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base EXTRACT_ONLY= # empty NO_BUILD= YES diff --git a/emulators/suse100_libtiff/Makefile b/emulators/suse100_libtiff/Makefile index 2768269755e..740163576ad 100644 --- a/emulators/suse100_libtiff/Makefile +++ b/emulators/suse100_libtiff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/06/06 14:53:06 salo Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_libtiff-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -10,7 +10,7 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the TIFF library -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_libjpeg-${SUSE_VERSION}{,nb*}:../../emulators/suse100_libjpeg EXTRACT_ONLY= # empty NO_BUILD= YES diff --git a/emulators/suse100_libxml2/Makefile b/emulators/suse100_libxml2/Makefile index e1cb03ab248..53afa86de2d 100644 --- a/emulators/suse100_libxml2/Makefile +++ b/emulators/suse100_libxml2/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/13 11:30:48 salo Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_libxml2-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -9,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the libxml2 library -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base EXTRACT_ONLY= # empty NO_BUILD= YES diff --git a/emulators/suse100_locale/Makefile b/emulators/suse100_locale/Makefile index fe115363d58..f290433e09d 100644 --- a/emulators/suse100_locale/Makefile +++ b/emulators/suse100_locale/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/04/03 18:17:55 ghen Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_locale-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -9,7 +10,7 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Locale files for the Linux compatibility package -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base CONFLICTS= linux-locale-[0-9]* diff --git a/emulators/suse100_openmotif/Makefile b/emulators/suse100_openmotif/Makefile index ec2db24d2a2..f500e5b7835 100644 --- a/emulators/suse100_openmotif/Makefile +++ b/emulators/suse100_openmotif/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 09:01:36 tron Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_openmotif-${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 the Motif library -DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse100_x11 +DEPENDS+= suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse100_x11 EXTRACT_ONLY= # empty NO_BUILD= YES diff --git a/emulators/suse100_openssl/Makefile b/emulators/suse100_openssl/Makefile index b5e876687b3..fa619cb027d 100644 --- a/emulators/suse100_openssl/Makefile +++ b/emulators/suse100_openssl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/11 13:27:41 markd Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/30 16:20:23 salo Exp $ DISTNAME= suse_openssl-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -9,7 +10,7 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the OpenSSL library -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base EXTRACT_ONLY= # empty NO_BUILD= YES diff --git a/emulators/suse100_slang/Makefile b/emulators/suse100_slang/Makefile index 803b9a5f478..84597bbe3a3 100644 --- a/emulators/suse100_slang/Makefile +++ b/emulators/suse100_slang/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:24 salo Exp $ DISTNAME= suse_slang-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for slang library -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base EXTRACT_ONLY= # empty NO_BUILD= YES diff --git a/emulators/suse100_slang/PLIST b/emulators/suse100_slang/PLIST index eb4cbecebfd..4451b4a5386 100644 --- a/emulators/suse100_slang/PLIST +++ b/emulators/suse100_slang/PLIST @@ -1,3 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/18 14:43:27 salo Exp $ -@exec cd %D/${EMULSUBDIR}/usr/lib && ln -sf libslang-utf8.so.1 libslang.so.1 -@unexec ${RM} -f %D/${EMULSUBDIR}/usr/lib/libslang.so.1 +@comment $NetBSD: PLIST,v 1.2 2006/06/30 16:20:24 salo Exp $ +@exec ${LN} -sf %D/${EMULSUBDIR}/usr/lib/libslang-utf8.so.1 %D/${EMULSUBDIR}/usr/lib/libslang.so.1 diff --git a/emulators/suse100_x11/Makefile b/emulators/suse100_x11/Makefile index fadfa3342a4..923f0b1742b 100644 --- a/emulators/suse100_x11/Makefile +++ b/emulators/suse100_x11/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/06/06 14:53:06 salo Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/30 16:20:24 salo Exp $ DISTNAME= suse_x11-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE100} DISTFILES= ${RPMFILES} @@ -10,7 +10,7 @@ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for X11 binaries -DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base +DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base EXTRACT_ONLY= # empty NO_BUILD= YES |