diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
commit | ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch) | |
tree | e23ad8f32a26812997940fcbb692cd233adb348c /graphics/povray31 | |
parent | 74afc71c04a50797560e13b9718ee538eba6b691 (diff) | |
download | ports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.tar.gz ports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.zip |
Notes
Diffstat (limited to 'graphics/povray31')
-rw-r--r-- | graphics/povray31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/povray31/Makefile b/graphics/povray31/Makefile index 75bb9728244e..b1595f605bc6 100644 --- a/graphics/povray31/Makefile +++ b/graphics/povray31/Makefile @@ -34,7 +34,7 @@ DIST_SUBDIR= povray31 # no UNIX source files for POV-Ray 3.1. # -USE_XLIB= yes +USE_XORG= x11 MAN1= povray.1 POVLIB= ${PREFIX}/lib/povray31 |