Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2017 20:44:37 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430829 - head/audio/mp3splt
Message-ID:  <201701072044.v07KibZ7084359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701072044.v07KibZ7084359>