Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2019 17:56:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507467 - head/devel/protobuf25
Message-ID:  <201907271756.x6RHurgw095894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jul 27 17:56:53 2019
New Revision: 507467
URL: https://svnweb.freebsd.org/changeset/ports/507467

Log:
  Fix USE_LDCONFIG

Modified:
  head/devel/protobuf25/Makefile

Modified: head/devel/protobuf25/Makefile
==============================================================================
--- head/devel/protobuf25/Makefile	Sat Jul 27 17:44:40 2019	(r507466)
+++ head/devel/protobuf25/Makefile	Sat Jul 27 17:56:53 2019	(r507467)
@@ -4,7 +4,7 @@
 # devel/hadoop2 needs version 2.5.0
 PORTNAME=	protobuf
 PORTVERSION=	2.5.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	http://pkgs.fedoraproject.org/repo/pkgs/protobuf/protobuf-2.5.0.tar.bz2/a72001a9067a4c2c4e0e836d0f92ece4/
 PKGNAMESUFFIX=	25
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_PREFIX=	${PREFIX}/protobuf25
-USE_LDCONFIG=	yes
+USE_LDCONFIG=	${PREFIX}/protobuf25/lib
 USES=		gmake pathfix pkgconfig tar:bzip2 libtool
 ONLY_FOR_ARCHS=	i386 amd64
 INSTALL_TARGET=	install-strip



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