svn commit: r439918 - head/audio/mpdscribble

Larry Rosenman ler at FreeBSD.org
Mon May 1 23:56:49 UTC 2017


Author: ler
Date: Mon May  1 23:56:48 2017
New Revision: 439918
URL: https://svnweb.freebsd.org/changeset/ports/439918

Log:
  remove ${PORTSDIR} from SOUP_LIB_DEPENDS
  
  Submitted by:	adamw
  Approved by:	adamw (mentor, implicit)

Modified:
  head/audio/mpdscribble/Makefile

Modified: head/audio/mpdscribble/Makefile
==============================================================================
--- head/audio/mpdscribble/Makefile	Mon May  1 23:49:34 2017	(r439917)
+++ head/audio/mpdscribble/Makefile	Mon May  1 23:56:48 2017	(r439918)
@@ -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


More information about the svn-ports-all mailing list