Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2014 20:08:27 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360654 - head/archivers/libcomprex
Message-ID:  <201407042008.s64K8Sbe049560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407042008.s64K8Sbe049560>