diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-27 20:53:42 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-27 20:53:42 +0000 |
commit | 23e0c0cc9ab59841782afdb507f428a18ea1ba38 (patch) | |
tree | 9d715f5a3b37865b49209aef635631d242bd098c /misc/dpkg | |
parent | 3c75a7b80d163f2f3dc7e0893f87b885f340804a (diff) | |
download | pkgsrc-23e0c0cc9ab59841782afdb507f428a18ea1ba38.tar.gz |
Needs more REPLACE_PERL, and USE_TOOLS+=perl needs to be perl:run.
Diffstat (limited to 'misc/dpkg')
-rw-r--r-- | misc/dpkg/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/dpkg/Makefile b/misc/dpkg/Makefile index d692f0b0ed3..41a12c3bf14 100644 --- a/misc/dpkg/Makefile +++ b/misc/dpkg/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2012/05/26 14:27:20 christos Exp $ +# $NetBSD: Makefile,v 1.23 2012/05/27 20:53:42 dholland Exp $ # DISTNAME= dpkg_1.16.3 PKGNAME= dpkg-1.16.3 +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/d/dpkg/} EXTRACT_SUFX= .tar.bz2 @@ -22,10 +23,13 @@ BUILD_DEFS+= VARBASE USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LANGUAGES= c c++ -USE_TOOLS+= gmake msgfmt perl +USE_TOOLS+= gmake msgfmt perl:run USE_NCURSES= yes # needs tigetstr() REPLACE_PERL= scripts/*.pl +REPLACE_PERL+= dselect/methods/ftp/install +REPLACE_PERL+= dselect/methods/ftp/setup +REPLACE_PERL+= dselect/methods/ftp/update CONFIGURE_ARGS+= --with-zlib CONFIGURE_ARGS+= --disable-start-stop-daemon |