diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 15:09:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 15:09:18 +0800 |
commit | 23624e100ac9fd9a5f575c6b197dc67aa112b496 (patch) | |
tree | b28ddd4224db712f892eac791293df4191b63eeb | |
parent | 0bd8259c0d836dce77b9b7d47768f506fc02bd25 (diff) | |
download | freebsd-ports-gnome-23624e100ac9fd9a5f575c6b197dc67aa112b496.tar.gz freebsd-ports-gnome-23624e100ac9fd9a5f575c6b197dc67aa112b496.tar.zst freebsd-ports-gnome-23624e100ac9fd9a5f575c6b197dc67aa112b496.zip |
Teach this port about USE_GETTEXT.
-rw-r--r-- | sysutils/xcdroast/Makefile | 4 | ||||
-rw-r--r-- | www/w3m/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index 55564e301675..cc6797b8152d 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -19,12 +19,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src new_configure.tar.gz:patch MAINTAINER= oliver@FreeBSD.org COMMENT= Another X11 frontend to mkisofs/cdrecord -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ mkisofs:${PORTSDIR}/sysutils/mkisofs USE_X_PREFIX= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_AUTOCONF_VER= 253 diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 9fb17a46911a..526ff06c65bf 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -53,7 +53,7 @@ PLIST_SUB+= M17N="@comment " .endif .if defined(JAPANESE) -LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext-old +USE_GETTEXT= yes CONFIGURE_ARGS+= --enable-m17n --enable-japanese=E --with-migemo=yes DOCS_JP= ${DOCS} README.SSL README.cookie README.keymap README.mailcap \ README.menu README.migemo |