diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
commit | 821843ca06f2354ffe250825fcdffabb6d0caefa (patch) | |
tree | 5b8de344e457d5da2cf746d56e495a2ce03e1d99 /devel/monotone | |
parent | 89d548370ac959aac24d63bd8ab8e32723ecf53d (diff) | |
download | ports-821843ca06f2354ffe250825fcdffabb6d0caefa.tar.gz ports-821843ca06f2354ffe250825fcdffabb6d0caefa.zip |
Notes
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index a8c6dffe9362..f962ce6a59b5 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ SUB_FILES= pkg-message USE_BZIP2= yes USE_PERL5_BUILD=yes -USE_ICONV= yes +USES= iconv USE_GMAKE= yes USE_LUA= 5.1+ @@ -64,7 +64,7 @@ USE_GCC= 4.2+ .endif .if ${PORT_OPTIONS:MNLS} -USES= gettext +USES+= gettext PLIST_FILES+= share/locale/de/LC_MESSAGES/monotone.mo \ share/locale/fr/LC_MESSAGES/monotone.mo \ share/locale/it/LC_MESSAGES/monotone.mo \ |