svn commit: r360654 - head/archivers/libcomprex
Raphael Kubo da Costa
rakuco at FreeBSD.org
Fri Jul 4 20:08:28 UTC 2014
Author: rakuco
Date: Fri Jul 4 20:08:27 2014
New Revision: 360654
URL: http://svnweb.freebsd.org/changeset/ports/360654
QAT: https://qat.redports.org/buildarchive/r360654/
Log:
<OPTION>_CONFIGURE_ARGS does not exist, we need CONFIGURE_ENABLE instead.
Modified:
head/archivers/libcomprex/Makefile
Modified: head/archivers/libcomprex/Makefile
==============================================================================
--- head/archivers/libcomprex/Makefile Fri Jul 4 20:08:11 2014 (r360653)
+++ head/archivers/libcomprex/Makefile Fri Jul 4 20:08:27 2014 (r360654)
@@ -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>
More information about the svn-ports-all
mailing list