diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-19 09:00:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-19 09:00:47 +0000 |
commit | 8c8481ca8f132404a0ac6489642a3a25b8ba7778 (patch) | |
tree | c8d74b488382490858aaf91b91b347855d5eea00 | |
parent | 53196f4c024cdfd24eb04ae49b0cd459139885a8 (diff) | |
download | ports-8c8481ca8f132404a0ac6489642a3a25b8ba7778.tar.gz ports-8c8481ca8f132404a0ac6489642a3a25b8ba7778.zip |
Notes
-rw-r--r-- | databases/gtksql/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index 53cc97ca3a3b..9d37a9ae6036 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libscintilla.so:x11-toolkits/scintilla RUN_DEPENDS= xdg-open:devel/xdg-utils +BROKEN= does not build (incomplete definition of type 'struct CharacterRange') + USES= gettext gmake pkgconfig USE_GNOME= gtk20 cairo glib20 pango GNU_CONFIGURE= yes |