diff options
Diffstat (limited to 'graphics/OpenEXR/Makefile')
-rw-r--r-- | graphics/OpenEXR/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index 8b089188fd7a..f6668500a2f2 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -7,7 +7,7 @@ PORTNAME= OpenEXR PORTVERSION= 1.0.5 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= http://savannah.nongnu.org/download/openexr/${PORTNAME}.pkg/${PORTVERSION}/ @@ -19,6 +19,8 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES INSTALLS_SHLIB= YES +EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${PORTVERSION} + .include <bsd.port.pre.mk> .if defined(USE_GCC) && ${USE_GCC} == 3.1+ && ${OSVERSION} < 500035 @@ -46,7 +48,7 @@ pre-everything:: @${ECHO_CMD} =================================================== .endif .else -CONFIGURE_ARGS+=--with-fltk-config=/usr/bin/false --without-x +CONFIGURE_ARGS+=--with-fltk-config=${FALSE} --without-x PLIST_SUB+= WITH_FLTK="@comment " .endif |