diff options
Diffstat (limited to 'chinese/wenju/Makefile')
-rw-r--r-- | chinese/wenju/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chinese/wenju/Makefile b/chinese/wenju/Makefile index 8a3d0b366012..817a9eb874a4 100644 --- a/chinese/wenju/Makefile +++ b/chinese/wenju/Makefile @@ -7,7 +7,7 @@ PORTNAME= wenju PORTVERSION= 1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wenju @@ -16,11 +16,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Collection of writing tools in Chinese USE_GNOME= gtk20 -GNU_CONFIGURE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_GETOPT_LONG= yes -USE_AUTOTOOLS= libtool:13 +USE_GETOPT_LONG=yes +USE_AUTOTOOLS= libtool:15 .if !defined(WITHOUT_NLS) USE_GETTEXT= yes |