diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-16 09:25:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-16 09:25:18 +0000 |
commit | 4f4c8777e7b581baabca1a07bdbdae6906643f4f (patch) | |
tree | af622d718b52c14837c9d1180baf808b3f4764ee /archivers | |
parent | aeb86411c7882c5925a6fe332908b8be922aea7e (diff) | |
download | ports-4f4c8777e7b581baabca1a07bdbdae6906643f4f.tar.gz ports-4f4c8777e7b581baabca1a07bdbdae6906643f4f.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dpkg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index 26982354af4d..93b932b89b5b 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \ gmd5sum:${PORTSDIR}/sysutils/coreutils GNU_CONFIGURE= yes -USES= gmake iconv libtool perl5 pkgconfig shebangfix tar:xz +USES= cpe gmake iconv libtool perl5 pkgconfig shebangfix tar:xz +CPE_VENDOR= debian WRKSRC= ${WRKDIR}/dpkg-${PORTVERSION} SHEBANG_FILES= dselect/methods/ftp/update dselect/methods/ftp/install \ dselect/methods/ftp/setup |