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 | 399aa38d30877ac1d7b6412cd49788483e147cce (patch) | |
tree | 6cb40f5304ae9c1594337184fadf86ac02198a14 | |
parent | 7c9c32b7316278616f3337a38c44aa40326f49a4 (diff) | |
download | pkgsrc-399aa38d30877ac1d7b6412cd49788483e147cce.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 |