svn commit: r376626 - head/audio/speex

Tijl Coosemans tijl at FreeBSD.org
Fri Jan 9 17:18:47 UTC 2015


Author: tijl
Date: Fri Jan  9 17:18:46 2015
New Revision: 376626
URL: https://svnweb.freebsd.org/changeset/ports/376626
QAT: https://qat.redports.org/buildarchive/r376626/

Log:
  Add USES=pkgconfig
  
  PR:		196641

Modified:
  head/audio/speex/Makefile

Modified: head/audio/speex/Makefile
==============================================================================
--- head/audio/speex/Makefile	Fri Jan  9 17:15:41 2015	(r376625)
+++ head/audio/speex/Makefile	Fri Jan  9 17:18:46 2015	(r376626)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool pathfix
+USES=		libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list