diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-10-26 19:34:32 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-10-26 19:34:32 +0800 |
commit | 99b81d0584214cea866461574bba8fcf97fbe441 (patch) | |
tree | d391bdee2c4afc8928d6a9c595ed4ca46792d264 /textproc/opensp | |
parent | f17c902bc54fdfcbbbba1b6ffa6dbf01eeb01294 (diff) | |
download | freebsd-ports-gnome-99b81d0584214cea866461574bba8fcf97fbe441.tar.gz freebsd-ports-gnome-99b81d0584214cea866461574bba8fcf97fbe441.tar.zst freebsd-ports-gnome-99b81d0584214cea866461574bba8fcf97fbe441.zip |
- Honor WITHOUT_NLS.
PR: ports/151469
Submitted by: pgollucci
Diffstat (limited to 'textproc/opensp')
-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 |