1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

<OPTION>_CONFIGURE_ARGS does not exist, we need CONFIGURE_ENABLE instead.

This commit is contained in:
Raphael Kubo da Costa 2014-07-04 20:08:27 +00:00
parent 0d888b0e8a
commit 40d4edc545
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360654

View File

@ -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>