aboutsummaryrefslogtreecommitdiff
path: root/archivers/dpkg
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-12-09 02:59:55 +0000
committerSteve Wills <swills@FreeBSD.org>2018-12-09 02:59:55 +0000
commit090410f17482c210a0253813f54f2b9173c05a8f (patch)
tree0ef9c2a8347125a11731a3cd6d77495d8255d750 /archivers/dpkg
parent051afda0121b81c597d30ee6d4d54f4a43cc68ba (diff)
downloadports-090410f17482c210a0253813f54f2b9173c05a8f.tar.gz
ports-090410f17482c210a0253813f54f2b9173c05a8f.zip
archivers/dpkg: fix build with GCC-based architectures
PR: 233840 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Nathan <ndowens@yahoo.com> (maintainer)
Notes
Notes: svn path=/head/; revision=487014
Diffstat (limited to 'archivers/dpkg')
-rw-r--r--archivers/dpkg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile
index 8111a90aa127..0c5deb533f00 100644
--- a/archivers/dpkg/Makefile
+++ b/archivers/dpkg/Makefile
@@ -19,7 +19,8 @@ BUILD_DEPENDS= po4a:textproc/po4a \
RUN_DEPENDS= gtar:archivers/gtar \
gpatch:devel/patch
-USES= cpe gmake iconv libtool ncurses perl5 pkgconfig tar:xz
+USES= compiler:c11 cpe gmake iconv libtool ncurses perl5 pkgconfig \
+ tar:xz
CPE_VENDOR= debian
WRKSRC= ${WRKDIR}/dpkg-${PORTVERSION}