diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 09:42:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 09:42:48 +0000 |
commit | e4309c5507f2d646c711365ed8abcf9dc8729d8a (patch) | |
tree | 78e5e49a7f8d762e5078b44b18009481a7c461f5 /textproc/stardict3/Makefile | |
parent | 1230e1f721bfd46aa893e3c45c593c42e9ac2ef2 (diff) |
Notes
Diffstat (limited to 'textproc/stardict3/Makefile')
-rw-r--r-- | textproc/stardict3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile index 77ec09e7626e..a36bcc9118b2 100644 --- a/textproc/stardict3/Makefile +++ b/textproc/stardict3/Makefile @@ -10,6 +10,8 @@ DIST_SUBDIR= stardict MAINTAINER= makc@FreeBSD.org COMMENT= Dictionary lookup program written in Gtk2 +BROKEN= Depends on c++11 libs while not being c++11 compatible + LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ libenchant.so:textproc/enchant RUN_DEPENDS= xdg-open:devel/xdg-utils |