diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-02 16:58:04 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-02 16:58:04 +0000 |
commit | 951afa402145c9010b775d9a54c6be2dc8717d2c (patch) | |
tree | add121ae4d6fd304015110afa85ae16f8611b0a5 /x11 | |
parent | 38ea717341a8317fadc2b72e1a4114fc9ac14c93 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index d2fb5e55be86..9e9b1ddb49b8 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -74,6 +74,8 @@ post-patch: ${WRKSRC}/help/fish/Makefile.in @${REINPLACE_CMD} -e 's|python.* python2\.0|${PYTHON_VERSION}|g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} '/_LIBADD =/s/$$/ -lgmodule-2.0/' \ + ${WRKSRC}/gnome-panel/libpanel-applet-private/Makefile.in .include <bsd.port.mk> |