diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-10-26 11:34:32 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-10-26 11:34:32 +0000 |
commit | 12d5d436c5f95d51ab497ce162f0c79345ba631a (patch) | |
tree | 31213955cb3767ffa32883c0975748c173cfdeab | |
parent | c5385e343e227f89e09405136c8b1b46e18d74e0 (diff) | |
download | ports-12d5d436c5f95d51ab497ce162f0c79345ba631a.tar.gz ports-12d5d436c5f95d51ab497ce162f0c79345ba631a.zip |
- Honor WITHOUT_NLS.
PR: ports/151469
Submitted by: pgollucci
Notes
Notes:
svn path=/head/; revision=263608
-rw-r--r-- | textproc/opensp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 24518edf3408..edcb517b8caf 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= SF/openjade/${PORTNAME:L}/${PORTVERSION} MAINTAINER= kuriyama@FreeBSD.org COMMENT= This package is a collection of SGML/XML tools called OpenSP -USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_ICONV= yes @@ -30,6 +29,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else +USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif |