diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 10:44:28 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 10:44:28 +0000 |
commit | 83f02b963c2b22c85235bf19b4f10a20bea921b5 (patch) | |
tree | e5e83d3ba0442c1c2f0b99c843428b36a8eb003d /security/prelude-lml | |
parent | 2013-04-26 devel/py-extended_threading: checksum mismatch; domain disappeared (diff) |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=316596
Diffstat (limited to 'security/prelude-lml')
-rw-r--r-- | security/prelude-lml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index 4d753dd9ac2f..a36d718f03f1 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -25,8 +25,7 @@ USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes USE_RC_SUBR= prelude-lml CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc -USES= pkgconfig -USE_GETTEXT= yes +USES= pkgconfig gettext USE_ICONV= yes OPTIONS_DEFINE= FAM |