aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2014-07-05 04:08:27 +0800
committerrakuco <rakuco@FreeBSD.org>2014-07-05 04:08:27 +0800
commit0c5d570462cfd62f7269529ca1988f8f08354464 (patch)
tree703b3ae54e627a9807b9fd288b4733652ef5b90f /archivers
parentea4c2abb53e0aa4b4876d0bd474f3efc9379fe40 (diff)
downloadfreebsd-ports-gnome-0c5d570462cfd62f7269529ca1988f8f08354464.tar.gz
freebsd-ports-gnome-0c5d570462cfd62f7269529ca1988f8f08354464.tar.zst
freebsd-ports-gnome-0c5d570462cfd62f7269529ca1988f8f08354464.zip
<OPTION>_CONFIGURE_ARGS does not exist, we need CONFIGURE_ENABLE instead.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/libcomprex/Makefile4
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>