diff options
Diffstat (limited to 'graphics/megapov/Makefile')
-rw-r--r-- | graphics/megapov/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile index 8084bbc0f0d5..0a2f48332577 100644 --- a/graphics/megapov/Makefile +++ b/graphics/megapov/Makefile @@ -10,15 +10,13 @@ MASTER_SITES= http://megapov.inetart.net/packages/unix/ MAINTAINER= ports@FreeBSD.org COMMENT= Unofficial extensions of POV-Ray -BROKEN_powerpc64= Does not build: nputoutput.cpp:1: error: 64 bit CPU requiredd - LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff #RUN_DEPENDS= povray:graphics/povray-meta INSTALL_WRKSRC= ${WRKSRC}/unix -USES= gmake jpeg localbase tar:bzip2 +USES= compiler:c11 gmake jpeg localbase tar:bzip2 USE_CXXSTD= c++98 GNU_CONFIGURE= yes CONFIGURE_ARGS= COMPILED_BY="ports@FreeBSD.org" |