Use bsd.port.pre.mk to pick X11BASE
This commit is contained in:
parent
172f9a8dcd
commit
b8b84e80bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195175
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue