diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-14 12:39:42 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-14 12:39:42 +0000 |
commit | 863110e9f95de207d0c8891b013c3d43e70cbceb (patch) | |
tree | 7cefef4036a143c0a890c264dd040a774616688a /graphics/povray37 | |
parent | 243a1c4dcae2dcc5d9caae8c27bbc73a9e484e5b (diff) | |
download | ports-863110e9f95de207d0c8891b013c3d43e70cbceb.tar.gz ports-863110e9f95de207d0c8891b013c3d43e70cbceb.zip |
Notes
Diffstat (limited to 'graphics/povray37')
-rw-r--r-- | graphics/povray37/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 478cb7fec35e..4a60b0922f4d 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -40,7 +40,7 @@ IO_DESC= Without I/O restrictions (security risk) IO_CONFIGURE_ON= --disable-io-restrictions STATIC_CONFIGURE_ON= --enable-static -X11_USES= xorg +X11_USES= sdl xorg X11_USE= XORG=xpm,sm,ice,x11 SDL=sdl X11_CONFIGURE_OFF= --without-x |