diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 04:47:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 04:47:10 +0000 |
commit | 2cab5a9df945b55d96e90023f84ff1144786ebf5 (patch) | |
tree | 8de0ef775e54da8cc2127810bd49d87e452bfa6a /textproc | |
parent | c3519321e117e1a7ac92a478894b5401d948a7e8 (diff) | |
download | ports-2cab5a9df945b55d96e90023f84ff1144786ebf5.tar.gz ports-2cab5a9df945b55d96e90023f84ff1144786ebf5.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/stardict2/Makefile | 2 | ||||
-rw-r--r-- | textproc/stardict3/Makefile | 2 |
2 files changed, 4 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" diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile index e3bd51151797..ee9012ce4d29 100644 --- a/textproc/stardict3/Makefile +++ b/textproc/stardict3/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" |