aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2007-07-08 05:59:34 +0800
committerache <ache@FreeBSD.org>2007-07-08 05:59:34 +0800
commit6e11493c05cb8f3d38fa85a4396d0ea52d66067e (patch)
tree762d1b4b9dcc1d7bf920d1ec427058a457eb390a /www
parentbce39ab0fd359ec747164cc418764b1b83237625 (diff)
downloadfreebsd-ports-gnome-6e11493c05cb8f3d38fa85a4396d0ea52d66067e.tar.gz
freebsd-ports-gnome-6e11493c05cb8f3d38fa85a4396d0ea52d66067e.tar.zst
freebsd-ports-gnome-6e11493c05cb8f3d38fa85a4396d0ea52d66067e.zip
Use bsd.port.pre.mk to pick X11BASE
Diffstat (limited to 'www')
-rw-r--r--www/WebMagick/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index 5dd979dca2f6..8344e5531ee7 100644
--- a/www/WebMagick/Makefile
+++ b/www/WebMagick/Makefile
@@ -7,7 +7,7 @@
PORTNAME= WebMagick
PORTVERSION= 2.03p3
-PORTREVISION= 26
+PORTREVISION= 27
PORTEPOCH= 1
CATEGORIES= www graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -29,6 +29,8 @@ CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \
webmagick_cv_maptype=ncsa \
PERL=${PERL}
+.include <bsd.port.pre.mk>
+
.if !exists(${X11BASE}/bin/xlsfonts)
WITHOUT_X11= yes
.endif
@@ -49,4 +51,4 @@ post-install:
fi; \
${INSTALL_DATA} webmagickrc ${PREFIX}/etc/webmagickrc.dist
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>