aboutsummaryrefslogtreecommitdiff
path: root/devel/gitg0
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-06-22 10:44:29 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-06-22 10:44:29 +0000
commit3e4a806167fd4921ccc48623317dc31d7ab4f276 (patch)
tree2e1c942caa79a250b3baeb557ee3445960e10d70 /devel/gitg0
parentd9b2d0f0da5b6f85f90547429dadaa903033f59a (diff)
downloadports-3e4a806167fd4921ccc48623317dc31d7ab4f276.tar.gz
ports-3e4a806167fd4921ccc48623317dc31d7ab4f276.zip
Notes
Diffstat (limited to 'devel/gitg0')
-rw-r--r--devel/gitg0/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/gitg0/Makefile b/devel/gitg0/Makefile
index dcced7b39d7c..49a8cc6a0d82 100644
--- a/devel/gitg0/Makefile
+++ b/devel/gitg0/Makefile
@@ -35,4 +35,8 @@ NLS_CONFIGURE_ENABLE=nls
NLS_CPPFLAGS= -I${LOCALBASE}/include
NLS_LDFLAGS= -L${LOCALBASE}/lib
+post-patch:
+ @${REINPLACE_CMD} '/shell_LDADD =/s/$$/ -lgio-2.0 -lgobject-2.0 -lglib-2.0/' \
+ ${WRKSRC}/tests/Makefile.in ${WRKSRC}/tools/Makefile.in
+
.include <bsd.port.mk>