diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 12:47:10 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 12:47:10 +0800 |
commit | 8e2080d31087929e0e5158843cae39f5652465d8 (patch) | |
tree | 17515ae125038110668fc8b65f2d5f34fd67c5aa /textproc/stardict2 | |
parent | 7e388f529db25a3d6878178382d73a565a0a8447 (diff) | |
download | freebsd-ports-gnome-8e2080d31087929e0e5158843cae39f5652465d8.tar.gz freebsd-ports-gnome-8e2080d31087929e0e5158843cae39f5652465d8.tar.zst freebsd-ports-gnome-8e2080d31087929e0e5158843cae39f5652465d8.zip |
BROKEN: Does not compile
Diffstat (limited to 'textproc/stardict2')
-rw-r--r-- | textproc/stardict2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/stardict2/Makefile b/textproc/stardict2/Makefile index e3bd51151797..ee9012ce4d29 100644 --- a/textproc/stardict2/Makefile +++ b/textproc/stardict2/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= stardict MAINTAINER= ld@FreeBSD.org.cn COMMENT= A cross-platform and international dictionary written in Gtk2 +BROKEN= "Does not compile" + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |