diff options
author | linimon <linimon@FreeBSD.org> | 2016-10-06 03:05:01 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-10-06 03:05:01 +0800 |
commit | 48db2263597bad0a544bac4b16edbf0baf850f5d (patch) | |
tree | 80eec6cfecdd122a0afd49bf4c0826b5fa209279 /archivers/dpkg | |
parent | f1e287260c4cebf70f5ec980f1704f4d5a4fefcf (diff) | |
download | freebsd-ports-gnome-48db2263597bad0a544bac4b16edbf0baf850f5d.tar.gz freebsd-ports-gnome-48db2263597bad0a544bac4b16edbf0baf850f5d.tar.zst freebsd-ports-gnome-48db2263597bad0a544bac4b16edbf0baf850f5d.zip |
Mark as not for sparc64. Debian claims to run on mips and powerpc but I
do not know whether we support that in the linuxolator.
Approved by: portmgr (tier-2 blanket)
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 |