remove ${PORTSDIR} from SOUP_LIB_DEPENDS

Submitted by:	adamw
Approved by:	adamw (mentor, implicit)
This commit is contained in:
Larry Rosenman 2017-05-01 23:56:48 +00:00
parent 33bf1a1d42
commit 1ada29ab1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439918

View File

@ -22,7 +22,7 @@ USE_RC_SUBR= mpdscribble
OPTIONS_DEFINE= SOUP DOCS
SOUP_DESC= Use libsoup instead of libcurl
SOUP_LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup
SOUP_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup
SOUP_CONFIGURE_ON= --with-http-client=soup
SOUP_LIB_DEPENDS_OFF= libcurl.so:ftp/curl
SOUP_CONFIGURE_OFF= --with-http-client=curl