1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Use a LIB_DEPENDS to bring in the libsoup dependency. This will be changed

into a GNOME component after 5.4 is released.
This commit is contained in:
Joe Marcus Clarke 2005-05-08 00:56:05 +00:00
parent 5d6a456c02
commit e9e581f048
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134822

View File

@ -65,7 +65,7 @@ CONFIGURE_ARGS+=--disable-ldap
.endif
.if !defined(WITHOUT_HKP)
USE_GNOME+= libsoup
LIB_DEPENDS+= soup-2.2.7:${PORTSDIR}/devel/libsoup
.else
CONFIGURE_ARGS+=--disable-hkp
.endif