diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-10-24 18:29:11 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-10-24 18:29:11 +0800 |
commit | ae400a6d01ac387438f62ade6ea422300d962a3b (patch) | |
tree | 52b477bd08965d66b225ee9b6187e78a0fd43820 /graphics | |
parent | 645665b477a2e5794757d292df0c251cc8e94a91 (diff) | |
download | freebsd-ports-gnome-ae400a6d01ac387438f62ade6ea422300d962a3b.tar.gz freebsd-ports-gnome-ae400a6d01ac387438f62ade6ea422300d962a3b.tar.zst freebsd-ports-gnome-ae400a6d01ac387438f62ade6ea422300d962a3b.zip |
- fix pkg-list for option WITH_X11
PR: 117359
Submitted by: bf <bf2006a@yahoo.com>
- cleanup dependencies for option WITH_X11
USE_XORG and USE_GL now defined
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 |