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:
Steve Price 2000-08-08 03:15:52 +00:00
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

View file

@ -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

View file

@ -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