mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Allow to configure without X11
Submitted by: "Nathan J. Yoder" <njyoder@gummibears.nu>
This commit is contained in:
parent
8a30760000
commit
40c9d0ec33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65240
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= WebMagick
|
||||
PORTVERSION= 2.03p1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= webmagick
|
||||
@ -25,6 +26,10 @@ CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \
|
||||
webmagick_cv_maptype=ncsa \
|
||||
PERL=${PERL}
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
CONFIGURE_ENV+=with_x=no
|
||||
.endif
|
||||
|
||||
MAN1= webmagick.1
|
||||
|
||||
pre-install:
|
||||
|
Loading…
Reference in New Issue
Block a user