diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-15 15:22:16 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-15 15:22:16 +0000 |
commit | 5442e0e3430366c993e0610a995860c2486f9642 (patch) | |
tree | a78eaee8a32c3fdcaaf436282e8e11cbd24e7109 /textproc/stardict2/Makefile | |
parent | 5d9268584c95acc7793ef785443dcf79ba7d2357 (diff) |
Notes
Diffstat (limited to 'textproc/stardict2/Makefile')
-rw-r--r-- | textproc/stardict2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/stardict2/Makefile b/textproc/stardict2/Makefile index ee9012ce4d29..46dfece42703 100644 --- a/textproc/stardict2/Makefile +++ b/textproc/stardict2/Makefile @@ -6,19 +6,15 @@ # PORTNAME= stardict -PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTVERSION= 2.4.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTFILES= stardict-${PORTVERSION}.tar.bz2 DIST_SUBDIR= stardict -MAINTAINER= ld@FreeBSD.org.cn +MAINTAINER= delphij@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" |