From c56955d51e289c5a8bbd4c2ad434b9be0bce4c98 Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Sun, 17 Mar 2013 13:38:31 +0000 Subject: Update cppi to 1.18 --- devel/cppi/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'devel/cppi/Makefile') diff --git a/devel/cppi/Makefile b/devel/cppi/Makefile index 2bdb888120a6..113f3379c48e 100644 --- a/devel/cppi/Makefile +++ b/devel/cppi/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cppi -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -10,7 +10,7 @@ MAINTAINER= johans@FreeBSD.org COMMENT= A tool to indent the C preprocessor directives USE_XZ= yes -USE_GETTEXT= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -19,12 +19,12 @@ MAN1= cppi.1 .include .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USE_GETTEXT= yes PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls +.else +CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " -.endif +.endif post-patch: @${REINPLACE_CMD} -e 's:(libdir)/lib:(libdir):' ${WRKSRC}/Makefile.in -- cgit v1.2.3