Add missed libghttp dependency.
This commit is contained in:
parent
4444d40055
commit
db7298f8f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42274
2 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
|
|||
# BUILD_DEPENDS+=rpm:${PORTSDIR}/archivers/rpm
|
||||
|
||||
LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \
|
||||
freetype.6:${PORTSDIR}/print/freetype2
|
||||
freetype.6:${PORTSDIR}/print/freetype2 \
|
||||
ghttp.1:${PORTSDIR}/www/libghttp
|
||||
|
||||
.if !defined(WITHOUT_MOZILLA)
|
||||
MOZILLA= mozilla
|
||||
|
|
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
|
|||
# BUILD_DEPENDS+=rpm:${PORTSDIR}/archivers/rpm
|
||||
|
||||
LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \
|
||||
freetype.6:${PORTSDIR}/print/freetype2
|
||||
freetype.6:${PORTSDIR}/print/freetype2 \
|
||||
ghttp.1:${PORTSDIR}/www/libghttp
|
||||
|
||||
.if !defined(WITHOUT_MOZILLA)
|
||||
MOZILLA= mozilla
|
||||
|
|
Loading…
Reference in a new issue