diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 00:44:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 00:44:32 +0000 |
commit | 4ebba57eca24629c95e4c6381784c4f8b79ebb74 (patch) | |
tree | 8c847bbbc817ef48384502023f8dfefe6bc835e4 /graphics/povray36 | |
parent | 633f9296f4a9a6d9f4988a62658038fdd8c8cc4f (diff) |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=439778
Diffstat (limited to 'graphics/povray36')
-rw-r--r-- | graphics/povray36/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index 5ed7c04e4395..9c2f71a77420 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -14,11 +14,11 @@ DIST_SUBDIR= povray36 MAINTAINER= ports@FreeBSD.org COMMENT= Persistence of Vision Ray Tracer -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff +BROKEN_powerpc64= Does not build: error: 64 bit CPU required + USE_XORG= x11 USES= gmake jpeg tar:bzip2 GNU_CONFIGURE= yes |