diff options
Diffstat (limited to 'graphics/povray')
-rw-r--r-- | graphics/povray/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index ddfb2160c776..8cdfdbeadb53 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -34,6 +34,7 @@ USE_XLIB= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes +LATEST_LINK= ${PORTNAME}35 .if defined(WITH_OPTIMIZED_FLAGS) CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations |