mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use gd.1 in the LIB_DEPENDS so this port doesn't accidently pickup the
presence of the wrong library (e.g. libgdk_pixbuf).
This commit is contained in:
parent
1605e0fca8
commit
9770c8f157
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31409
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ MASTER_SITES= http://www.exploits.org/nut/release/
|
|||
MAINTAINER= bp@butya.kz
|
||||
|
||||
.if defined(CGI)
|
||||
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
|
||||
LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -13,7 +13,7 @@ MASTER_SITES= http://www.exploits.org/nut/release/
|
|||
MAINTAINER= bp@butya.kz
|
||||
|
||||
.if defined(CGI)
|
||||
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
|
||||
LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue