diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/Makefile | 5 | ||||
-rw-r--r-- | graphics/tiff/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 51d81474a2f2..92b85559ad6a 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -26,9 +26,12 @@ CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ --with-jpeg-lib-dir=${LOCALBASE}/lib .if defined(WITH_X11) && !defined(WITHOUT_X11) -USE_XLIB= yes +USE_XORG= sm ice xmu xi x11 +USE_GL= glut glu gl +PLIST_SUB+= WITH_X11="" .else CONFIGURE_ARGS+= --without-x --without-libgl +PLIST_SUB+= WITH_X11="@comment " .endif MAN1= bmp2tiff.1 tiff2pdf.1 fax2ps.1 fax2tiff.1 gif2tiff.1 pal2rgb.1 \ diff --git a/graphics/tiff/pkg-plist b/graphics/tiff/pkg-plist index 561a3e17b6ed..1e996d870369 100644 --- a/graphics/tiff/pkg-plist +++ b/graphics/tiff/pkg-plist @@ -16,6 +16,7 @@ bin/tiffcmp bin/tiffcp bin/tiffdither bin/tiffdump +%%WITH_X11%%bin/tiffgt bin/tiffinfo bin/tiffmedian bin/tiffset |