diff options
author | John Marino <marino@FreeBSD.org> | 2016-01-31 00:30:39 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-01-31 00:30:39 +0000 |
commit | 06a526b303d26004a40e127616a1f554030a1d52 (patch) | |
tree | add04425862cff35792d9df6327e82a27f994acf /archivers/dpkg | |
parent | e3c03edf7f02b73ce75b7fd09672c950b8c8b97f (diff) | |
download | ports-06a526b303d26004a40e127616a1f554030a1d52.tar.gz ports-06a526b303d26004a40e127616a1f554030a1d52.zip |
Notes
Diffstat (limited to 'archivers/dpkg')
-rw-r--r-- | archivers/dpkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index 5d27323229e8..7d69160811ec 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \ gpatch:${PORTSDIR}/devel/patch GNU_CONFIGURE= yes -USES= cpe gmake iconv libtool perl5 pkgconfig tar:xz +USES= cpe gmake iconv libtool ncurses perl5 pkgconfig tar:xz CPE_VENDOR= debian WRKSRC= ${WRKDIR}/dpkg-${PORTVERSION} |