aboutsummaryrefslogtreecommitdiff
path: root/devel/protobuf
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2010-07-01 03:29:14 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2010-07-01 03:29:14 +0000
commit6fe83a58bd8596a64b584df02169eb7fede3e14b (patch)
treefdc41d98db6da15e88f56585c7a25788c83cfb61 /devel/protobuf
parentf26f74c505d51cd6d1bfab2ca228a50a751165b7 (diff)
downloadports-6fe83a58bd8596a64b584df02169eb7fede3e14b.tar.gz
ports-6fe83a58bd8596a64b584df02169eb7fede3e14b.zip
Notes
Diffstat (limited to 'devel/protobuf')
-rw-r--r--devel/protobuf/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile
index 62e2116b936d..f0a355cede97 100644
--- a/devel/protobuf/Makefile
+++ b/devel/protobuf/Makefile
@@ -8,6 +8,7 @@
PORTNAME= protobuf
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -20,6 +21,9 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack pkgconfig
+post-patch:
+ @${REINPLACE_CMD} -e 's|GREP "\\-L"|GREP "bin/ld"|g' ${WRKSRC}/configure
+
tests: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)