- Depend on graphics/ImageMagick-nox11 if WITHOUT_X11 defined
This commit is contained in:
parent
72dbca8ccb
commit
690da4744b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283402
1 changed files with 4 additions and 0 deletions
|
@ -17,7 +17,11 @@ DIST_SUBDIR= PECL
|
|||
MAINTAINER= mm@FreeBSD.org
|
||||
COMMENT= Provides a wrapper to the ImageMagick/GraphicsMagick library
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick
|
||||
.else
|
||||
LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick-nox11
|
||||
.endif
|
||||
|
||||
LICENSE= PHP301
|
||||
|
||||
|
|
Loading…
Reference in a new issue