diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 04:47:10 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 04:47:10 +0000 |
commit | 8e2080d31087929e0e5158843cae39f5652465d8 (patch) | |
tree | 17515ae125038110668fc8b65f2d5f34fd67c5aa /textproc/stardict2/Makefile | |
parent | 7e388f529db25a3d6878178382d73a565a0a8447 (diff) | |
download | FreeBSD-ports-8e2080d31087929e0e5158843cae39f5652465d8.zip FreeBSD-ports-8e2080d31087929e0e5158843cae39f5652465d8.tar.gz |
BROKEN: Does not compile
Diffstat (limited to 'textproc/stardict2/Makefile')
-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 e3bd511..ee9012c 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" |