aboutsummaryrefslogtreecommitdiffstats
path: root/www/WebMagick
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-09-19 16:36:19 +0800
committerAndrey A. Chernov <ache@FreeBSD.org>2002-09-19 16:36:19 +0800
commit83f0ecb7d74236f2cd689c4ed865f81c6d07c07b (patch)
tree6099a92981b06546d6bedffb0bb868655cd0dc9b /www/WebMagick
parent4e32857159ef2b4477087ba3b79b5b00b96d740e (diff)
downloadfreebsd-ports-gnome-83f0ecb7d74236f2cd689c4ed865f81c6d07c07b.tar.gz
freebsd-ports-gnome-83f0ecb7d74236f2cd689c4ed865f81c6d07c07b.tar.zst
freebsd-ports-gnome-83f0ecb7d74236f2cd689c4ed865f81c6d07c07b.zip
If not exists ${X11BASE}/bin/xlsfonts, define WITHOUT_X11, so
remove BROKEN state for configure
Diffstat (limited to 'www/WebMagick')
-rw-r--r--www/WebMagick/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index 40bb87852ae4..ed6ca77218e7 100644
--- a/www/WebMagick/Makefile
+++ b/www/WebMagick/Makefile
@@ -15,8 +15,6 @@ DISTNAME= ${PORTNAME}-2.03pre1
MAINTAINER= ache@freebsd.org
-BROKEN= "Configure fails"
-
LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick
USE_PERL5= yes
@@ -28,6 +26,10 @@ CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \
webmagick_cv_maptype=ncsa \
PERL=${PERL}
+.if !exists(${X11BASE}/bin/xlsfonts)
+WITHOUT_X11= yes
+.endif
+
.if defined(WITHOUT_X11)
CONFIGURE_ENV+=with_x=no
.endif