diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-28 14:33:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-28 14:33:20 +0000 |
commit | 4b13506f9760b8ec0a9974e6dbbdf9e7a5fdc80d (patch) | |
tree | 6cb40f5304ae9c1594337184fadf86ac02198a14 | |
parent | cdf777111457c2ff11992e79d91a1ead418284fc (diff) | |
download | pkgsrc-4b13506f9760b8ec0a9974e6dbbdf9e7a5fdc80d.tar.gz |
Fix soname links for libncurses to unbreak CHECK_FILES. Bump revision.
-rw-r--r-- | emulators/suse_compat/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_compat/PLIST_rpmfix.i386 | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/emulators/suse_compat/Makefile b/emulators/suse_compat/Makefile index 861133a6389..45bd3fd222f 100644 --- a/emulators/suse_compat/Makefile +++ b/emulators/suse_compat/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2006/03/04 21:29:36 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/05/28 14:33:20 joerg Exp $ DISTNAME= compat PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE:=a1/} EXTRACT_SUFX= .rpm diff --git a/emulators/suse_compat/PLIST_rpmfix.i386 b/emulators/suse_compat/PLIST_rpmfix.i386 new file mode 100644 index 00000000000..d50b025b3a6 --- /dev/null +++ b/emulators/suse_compat/PLIST_rpmfix.i386 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST_rpmfix.i386,v 1.1 2006/05/28 14:33:20 joerg Exp $ +/usr/lib/libncurses.so.2.1 |