svn commit: r507467 - head/devel/protobuf25
Antoine Brodin
antoine at FreeBSD.org
Sat Jul 27 17:56:54 UTC 2019
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
More information about the svn-ports-all
mailing list