svn commit: r328683 - head/sysutils/e2fsprogs

Matthias Andree mandree at FreeBSD.org
Sun Sep 29 12:45:21 UTC 2013


Author: mandree
Date: Sun Sep 29 12:45:21 2013
New Revision: 328683
URL: http://svnweb.freebsd.org/changeset/ports/328683

Log:
  Fix iconv migration fallout.

Modified:
  head/sysutils/e2fsprogs/Makefile

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Sun Sep 29 12:25:20 2013	(r328682)
+++ head/sysutils/e2fsprogs/Makefile	Sun Sep 29 12:45:21 2013	(r328683)
@@ -14,7 +14,6 @@ LICENSE=	GPLv2
 
 PATCH_STRIP=	-p1
 USES=		gmake pkgconfig
-USE_GMAKE=	yes
 USE_CSTD=	gnu99
 USE_LDCONFIG=	yes
 USE_XZ=		yes
@@ -55,6 +54,11 @@ MAKE_ARGS+=	V=1
 
 .if ${PORT_OPTIONS:MNLS}
 USES+=		gettext iconv:build
+.endif
+
+.include <bsd.port.pre.mk>
+
+.if ${PORT_OPTIONS:MNLS}
 PLIST_SUB=	NLS=""
 . if empty(ICONV_LIB)
 libintl=	"${LOCALBASE}/lib/libintl.a"
@@ -67,8 +71,6 @@ PLIST_SUB=	NLS="@comment "
 libintl=
 .endif
 
-.include <bsd.port.pre.mk>
-
 post-patch::
 	@${REINPLACE_CMD} -E -e \
 		's:\$$\(libdir\)/pkgconfig:${PREFIX}/libdata/pkgconfig:' \


More information about the svn-ports-all mailing list