diff options
author | jym <jym@pkgsrc.org> | 2011-07-03 11:52:55 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2011-07-03 11:52:55 +0000 |
commit | ec0143ae53d3bdaff6df5077da1436fdedeb9b9e (patch) | |
tree | e12a91b51492b43e58e926b2fc9b947269d2a377 | |
parent | 25f7c7f20e1d579a299dd4cf0f816db1c9878670 (diff) | |
download | pkgsrc-ec0143ae53d3bdaff6df5077da1436fdedeb9b9e.tar.gz |
check-interpreter fix.
-rw-r--r-- | net/dctc/Makefile | 4 | ||||
-rw-r--r-- | sysutils/magicrescue/Makefile | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index d99491ebc56..ce72bc7509d 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2011/04/22 13:44:20 obache Exp $ +# $NetBSD: Makefile,v 1.43 2011/07/03 11:55:14 jym Exp $ DISTNAME= dctc-0.85.9 PKGREVISION= 2 @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-manual-db-detect CONFIGURE_ENV+= BDB_TYPE=${BDB_TYPE} +REPLACE_PERL+= GDLjoiner + CPPFLAGS+= -I${BDBBASE}/include/${BDB_TYPE} BUILDLINK_TRANSFORM+= l:db4:${BDB_TYPE} diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile index d5dabb55743..935d550863f 100644 --- a/sysutils/magicrescue/Makefile +++ b/sysutils/magicrescue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/01/27 19:17:08 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2011/07/03 11:52:55 jym Exp $ # DISTNAME= magicrescue-1.1.4 @@ -14,7 +14,9 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= perl:run HAS_CONFIGURE= yes -REPLACE_PERL= tools/elfextract.pl \ +REPLACE_PERL= magicsort \ + tools/checkrecipe \ + tools/elfextract.pl \ tools/gimp-resave.pl \ tools/gzip_rename.pl \ tools/laola.pl \ |