diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-03 00:58:04 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-03 00:58:04 +0800 |
commit | a8797976f1d5e7dcb87699fa7748a2314c69e84d (patch) | |
tree | add121ae4d6fd304015110afa85ae16f8611b0a5 | |
parent | e5074dbd5dcb0ba1bb445d8a56b668d1014f5379 (diff) | |
download | freebsd-ports-gnome-a8797976f1d5e7dcb87699fa7748a2314c69e84d.tar.gz freebsd-ports-gnome-a8797976f1d5e7dcb87699fa7748a2314c69e84d.tar.zst freebsd-ports-gnome-a8797976f1d5e7dcb87699fa7748a2314c69e84d.zip |
Add missing library libgmodule-2.0
Reported by: antoine
-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> |