summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-04-19 10:09:07 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-04-19 10:09:07 +0000
commite0c2c65795213ef9b553271d964a1900cf7d0579 (patch)
treecdbe41f6c73f6c772dc92045669d044f71a5390e
parent- Update to 6.1.1 (diff)
- Do not depend on enscript if WITHOUT_ENSCRIPT is set
- Remove invalid configure argument
Notes
Notes: svn path=/head/; revision=252904
-rw-r--r--graphics/gegl/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index c75914530d4e..fbbb7df5d42f 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -16,7 +16,6 @@ COMMENT= A graph based image processing framework
LIB_DEPENDS= babl-0.1:${PORTSDIR}/x11/babl \
execinfo.1:${PORTSDIR}/devel/libexecinfo
-BUILD_DEPENDS= enscript:${PORTSDIR}/print/enscript-a4
OPTIONS= CAIRO "Enable Cairo" on \
ENSCRIPT "Enable Enscript" on \
@@ -65,8 +64,6 @@ PLIST_SUB+= CAIRO="@comment "
.if !defined(WITHOUT_ENSCRIPT)
BUILD_DEPENDS+= enscript:${PORTSDIR}/print/enscript-a4
-.else
-CONFIGURE_ARGS+=--without-enscript
.endif
.if !defined(WITHOUT_FFMPEG)