diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-18 13:03:39 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-18 13:03:39 +0800 |
commit | 6ab85fa80a23990bb80963096d1ce413bdfc47e3 (patch) | |
tree | 573b1dedca5f8a47ec5dc520001c4b9dff8273f0 /graphics | |
parent | b7796ff8929c67a983578ea919f65aa94a1221f8 (diff) | |
download | freebsd-ports-graphics-6ab85fa80a23990bb80963096d1ce413bdfc47e3.tar.gz freebsd-ports-graphics-6ab85fa80a23990bb80963096d1ce413bdfc47e3.tar.zst freebsd-ports-graphics-6ab85fa80a23990bb80963096d1ce413bdfc47e3.zip |
Mark as broken on various arm archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sam2p/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index fd948de3b95..3cdf82934c8 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -13,12 +13,16 @@ COMMENT= Converts raster (bitmap) image formats into PS or PDF files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -#USE_GITHUB= yes -GH_ACCOUNT= pts - RUN_DEPENDS= zip:archivers/zip \ tif22pnm:graphics/tif22pnm +BROKEN_aarch64= running make Makedep... error; configure: error: cannot compute depends +BROKEN_armv6= running make Makedep... error; configure: error: cannot compute depends +BROKEN_armv7= running make Makedep... error; configure: error: cannot compute depends + +#USE_GITHUB= yes +GH_ACCOUNT= pts + USES= ghostscript:run gmake jpeg:run perl5 USE_PERL5= build GNU_CONFIGURE= yes |