aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gdl
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 /x11-toolkits/gdl
parentd9b2d0f0da5b6f85f90547429dadaa903033f59a (diff)
downloadports-3e4a806167fd4921ccc48623317dc31d7ab4f276.tar.gz
ports-3e4a806167fd4921ccc48623317dc31d7ab4f276.zip
Notes
Diffstat (limited to 'x11-toolkits/gdl')
-rw-r--r--x11-toolkits/gdl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile
index fe51f85de348..c1b0b3462254 100644
--- a/x11-toolkits/gdl/Makefile
+++ b/x11-toolkits/gdl/Makefile
@@ -19,4 +19,8 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
+post-patch:
+ @${REINPLACE_CMD} '/^test_dock_LDADD =/s/$$/ $$(GDL_DEPENDENCIES_LIBS)/' \
+ ${WRKSRC}/gdl/Makefile.in
+
.include <bsd.port.mk>