diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-07-04 20:08:27 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-07-04 20:08:27 +0000 |
commit | 40d4edc545af25321021658456a7d605bde41b37 (patch) | |
tree | 703b3ae54e627a9807b9fd288b4733652ef5b90f /archivers | |
parent | 0d888b0e8adc9bb5dbba5dfdde74df7265629d22 (diff) | |
download | ports-40d4edc545af25321021658456a7d605bde41b37.tar.gz ports-40d4edc545af25321021658456a7d605bde41b37.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libcomprex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 8fac0472fff1..a3eb5bcc75a4 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -3,7 +3,7 @@ PORTNAME= libcomprex PORTVERSION= 0.3.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= archivers MASTER_SITES= SF/gnupdate/${PORTNAME}/${PORTVERSION} @@ -23,6 +23,6 @@ GNU_CONFIGURE= yes NLS_USES= gettext NLS_CPPFLAGS= -I${LOCALBASE}/include NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl -NLS_CONFIGURE_ARGS= nls +NLS_CONFIGURE_ENABLE= nls .include <bsd.port.mk> |