1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

- Do not depend on enscript if WITHOUT_ENSCRIPT is set

- Remove invalid configure argument
This commit is contained in:
Pietro Cerutti 2010-04-19 10:09:07 +00:00
parent cdc3f736c4
commit e0c2c65795
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252904

View File

@ -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)