aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-21 10:26:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-21 10:26:02 +0000
commit66db98d5b39e7ef6cf9371c9fcf426cf9f31259e (patch)
tree7c729341d31b78edbe9ca85ba8de2e1647b64dbc /graphics
parentbe810f432a86e0b045480264ee7a7fb03b9f441f (diff)
downloadports-66db98d5b39e7ef6cf9371c9fcf426cf9f31259e.tar.gz
ports-66db98d5b39e7ef6cf9371c9fcf426cf9f31259e.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gle-graphics/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gle-graphics/Makefile b/graphics/gle-graphics/Makefile
index 6b8b1e5eb219..78a5c9233ac0 100644
--- a/graphics/gle-graphics/Makefile
+++ b/graphics/gle-graphics/Makefile
@@ -39,7 +39,7 @@ post-patch:
.include <bsd.port.pre.mk>
-.if defined(WITH_BITMAP_IMAGES)
+.if !defined(WITHOUT_BITMAP_IMAGES)
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
tiffxx.4:${PORTSDIR}/graphics/tiff
@@ -48,12 +48,12 @@ CONFIGURE_ARGS+= --with-jpeg=${LOCALBASE} --with-tiff=${LOCALBASE} --with-png=$
CONFIGURE_ARGS+= --with-jpeg=no --with-png=no -with-tiff=no
.endif
-.if defined(WITH_LATEX_GS)
-RUN_DEPENDS+= latex:${PORTSDIR}/print/teTeX \
- gs:${PORTSDIR}/print/ghostscript-gnu
+.if !defined(WITHOUT_LATEX_GS)
+USE_GHOSTSCRIPT_RUN= yes
+RUN_DEPENDS+= latex:${PORTSDIR}/print/teTeX
.endif
-.if defined(WITH_X_WINDOWS)
+.if !defined(WITHOUT_X_WINDOWS)
CONFIGURE_ARGS+= --with-x
USE_XLIB= yes
.endif