aboutsummaryrefslogtreecommitdiff
path: root/graphics/gegl
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 /graphics/gegl
parentcdc3f736c483ffbda2010ed3e075cf6263c52b17 (diff)
downloadports-e0c2c65795213ef9b553271d964a1900cf7d0579.tar.gz
ports-e0c2c65795213ef9b553271d964a1900cf7d0579.zip
Notes
Diffstat (limited to 'graphics/gegl')
-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)