diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-02 13:50:22 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-02 13:50:22 +0000 |
commit | 8f3e44f32e314c9bae844a3c71dc2b2619a36694 (patch) | |
tree | 00eed289f4376540e063c63417289d9a944fbddc /graphics | |
parent | 3f0ac72c3d48e5613be1f47f9bd0b8466c0b99b7 (diff) | |
download | ports-8f3e44f32e314c9bae844a3c71dc2b2619a36694.tar.gz ports-8f3e44f32e314c9bae844a3c71dc2b2619a36694.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/povray36/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index f1e44d56b407..bbab6770cee9 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -17,10 +17,8 @@ COMMENT= Persistence of Vision Ray Tracer 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 +USES= compiler:c11 gmake jpeg tar:bzip2 GNU_CONFIGURE= yes USE_CXXSTD= gnu++98 |