diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/dictd-database/Makefile | 2 | ||||
-rw-r--r-- | chinese/eterm/Makefile | 2 | ||||
-rw-r--r-- | chinese/vflib/Makefile | 2 | ||||
-rw-r--r-- | chinese/wenju/Makefile | 2 | ||||
-rw-r--r-- | chinese/xcin25/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/chinese/dictd-database/Makefile b/chinese/dictd-database/Makefile index 3a86615df12d..d386a68eb1cd 100644 --- a/chinese/dictd-database/Makefile +++ b/chinese/dictd-database/Makefile @@ -17,7 +17,7 @@ COMMENT= A Chinese <-> English dictd words database BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/chinese/dictd -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GMAKE= yes USE_PERL5_BUILD=yes diff --git a/chinese/eterm/Makefile b/chinese/eterm/Makefile index c36b49d106d2..9f8a466790d2 100644 --- a/chinese/eterm/Makefile +++ b/chinese/eterm/Makefile @@ -12,7 +12,7 @@ COMMENT= X11 terminal emulator based on rxvt/xterm that supports traditional Chi EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure.in -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 CONFIGURE_ARGS= --enable-trans --enable-utmp \ --enable-xim --with-theme-update \ --with-backspace=bs --without-terminfo \ diff --git a/chinese/vflib/Makefile b/chinese/vflib/Makefile index 613c318702fb..344adb4d8264 100644 --- a/chinese/vflib/Makefile +++ b/chinese/vflib/Makefile @@ -29,7 +29,7 @@ PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION} GNU_CONFIGURE= yes USE_FREETYPE= yes USE_XLIB= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ARGS= --with-freetype \ diff --git a/chinese/wenju/Makefile b/chinese/wenju/Makefile index 7dac7b408935..1976bbd5ed34 100644 --- a/chinese/wenju/Makefile +++ b/chinese/wenju/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_GETOPT_LONG= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 post-install: gtk-query-immodules-2.0 > ${PREFIX}/etc/gtk-2.0/gtk.immodules diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index bcc199157377..c3a96a252b01 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcf WRKSRC= ${WRKDIR}/xcin USE_GETTEXT= yes USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |