aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-28 14:54:00 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-28 14:54:00 +0000
commit09408032e6a0cee09da5ee669905ff130dfbce27 (patch)
tree5f6a7d3eb048fb8f77e8053418e1fe371e1c7d85 /textproc
parent4a0f817aacdf1dd5639fddebc681258adcade5db (diff)
downloadports-09408032e6a0cee09da5ee669905ff130dfbce27.tar.gz
ports-09408032e6a0cee09da5ee669905ff130dfbce27.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libtre/Makefile9
-rw-r--r--textproc/libtre/pkg-plist2
2 files changed, 9 insertions, 2 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile
index a33771dcc7f9..9807c07a4f41 100644
--- a/textproc/libtre/Makefile
+++ b/textproc/libtre/Makefile
@@ -15,7 +15,6 @@ DISTNAME= tre-${PORTVERSION}
MAINTAINER= krion@FreeBSD.org
COMMENT= A lightweight fully POSIX compliant regexp matching library
-USE_GETTEXT= yes
USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget pkgconfig lthack
USE_GETOPT_LONG= yes
@@ -27,6 +26,14 @@ INSTALLS_SHLIB= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib -lintl
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+= NLS="@comment "
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
diff --git a/textproc/libtre/pkg-plist b/textproc/libtre/pkg-plist
index 80cc9566cac2..2fae2a45f88c 100644
--- a/textproc/libtre/pkg-plist
+++ b/textproc/libtre/pkg-plist
@@ -6,5 +6,5 @@ lib/libtre.a
lib/libtre.so
lib/libtre.so.4
libdata/pkgconfig/tre.pc
-share/locale/fi/LC_MESSAGES/tre.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/tre.mo
@dirrm include/tre