diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-10-05 19:05:01 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-10-05 19:05:01 +0000 |
commit | 1ea5ade346025cea7b8c8926db0dc4ff310fefd9 (patch) | |
tree | 80eec6cfecdd122a0afd49bf4c0826b5fa209279 /archivers/dpkg | |
parent | e9a91082af719a0ac39849231f9e370c1f98e4dd (diff) | |
download | ports-1ea5ade346025cea7b8c8926db0dc4ff310fefd9.tar.gz ports-1ea5ade346025cea7b8c8926db0dc4ff310fefd9.zip |
Notes
Diffstat (limited to 'archivers/dpkg')
-rw-r--r-- | archivers/dpkg/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index d35ef64cd070..f51be772218d 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -17,6 +17,9 @@ BUILD_DEPENDS= po4a:textproc/po4a RUN_DEPENDS= gtar:archivers/gtar \ gpatch:devel/patch +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= Debian does is not available for ${ARCH} + GNU_CONFIGURE= yes USES= cpe gmake iconv libtool ncurses perl5 pkgconfig tar:xz CPE_VENDOR= debian |