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_slang | |
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_slang')
-rw-r--r-- | emulators/suse100_slang/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse100_slang/PLIST | 5 |
2 files changed, 5 insertions, 6 deletions
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 |