aboutsummaryrefslogtreecommitdiff
path: root/textproc/libtre
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-04-30 07:11:19 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-04-30 07:11:19 +0000
commit057a0f2dbc0d87ce029dd391d7859e88366e1bb2 (patch)
tree749ae8abb23c24145259cb3314ad5099aaac642a /textproc/libtre
parentbd64d519948dea6790e0a951fce1299c4e3adb5a (diff)
downloadports-057a0f2dbc0d87ce029dd391d7859e88366e1bb2.tar.gz
ports-057a0f2dbc0d87ce029dd391d7859e88366e1bb2.zip
- USES conversions
Approved by: portmgr (bapt@)
Notes
Notes: svn path=/head/; revision=316884
Diffstat (limited to 'textproc/libtre')
-rw-r--r--textproc/libtre/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile
index 452a3a0e5d26..d56b9231c242 100644
--- a/textproc/libtre/Makefile
+++ b/textproc/libtre/Makefile
@@ -29,17 +29,18 @@ PGO_DESC= Enable Profile-Guided Optimization
MAN1= tre_agrep.1
-.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
+.include <bsd.port.pre.mk>
+
.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
CFLAGS+= -Wuninitialized -ffast-math -finline-functions \
-fomit-frame-pointer -fexpensive-optimizations \