svn commit: r430829 - head/audio/mp3splt

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 7 20:44:38 UTC 2017


Author: bapt
Date: Sat Jan  7 20:44:37 2017
New Revision: 430829
URL: https://svnweb.freebsd.org/changeset/ports/430829

Log:
  Remove useless declaration of PKG_CONFIG_PATH

Modified:
  head/audio/mp3splt/Makefile

Modified: head/audio/mp3splt/Makefile
==============================================================================
--- head/audio/mp3splt/Makefile	Sat Jan  7 20:36:28 2017	(r430828)
+++ head/audio/mp3splt/Makefile	Sat Jan  7 20:44:37 2017	(r430829)
@@ -17,7 +17,6 @@ LIB_DEPENDS=	libmp3splt.so:audio/libmp3s
 USES=		pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-oggsplt_symlink
-CONFIGURE_ENV+=	PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list