svn commit: r320601 - head/textproc/gnugrep

Martin Wilke miwi at FreeBSD.org
Tue Jun 11 14:59:31 UTC 2013


Author: miwi
Date: Tue Jun 11 14:59:30 2013
New Revision: 320601
URL: http://svnweb.freebsd.org/changeset/ports/320601

Log:
  - Fix build
  
  Reported by:	pkg (DEVELOPER_MODE)

Modified:
  head/textproc/gnugrep/Makefile

Modified: head/textproc/gnugrep/Makefile
==============================================================================
--- head/textproc/gnugrep/Makefile	Tue Jun 11 14:59:21 2013	(r320600)
+++ head/textproc/gnugrep/Makefile	Tue Jun 11 14:59:30 2013	(r320601)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    grep
-# Date created:                         5 February 2010
-# Whom:                                 Gabor Kovesdan <gabor at FreeBSD.org>
-#
+# Created by: Gabor Kovesdan <gabor at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	grep
 PORTVERSION=	2.12
@@ -19,6 +15,7 @@ LICENSE=	GPLv3
 
 CONFLICTS=	bsd-grep-[0-9]*
 
+USES+=		charsetfix
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list