svn commit: r327010 - head/deskutils/fbreader

Antoine Brodin antoine at FreeBSD.org
Wed Sep 11 20:34:24 UTC 2013


Author: antoine
Date: Wed Sep 11 20:34:23 2013
New Revision: 327010
URL: http://svnweb.freebsd.org/changeset/ports/327010

Log:
  Add missing USES=iconv

Modified:
  head/deskutils/fbreader/Makefile

Modified: head/deskutils/fbreader/Makefile
==============================================================================
--- head/deskutils/fbreader/Makefile	Wed Sep 11 19:57:07 2013	(r327009)
+++ head/deskutils/fbreader/Makefile	Wed Sep 11 20:34:23 2013	(r327010)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	fbreader
-# Date created:		29 March 2007
-# Whom:			Andrew Pantyukhin <infofarmer at FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	fbreader
 PORTVERSION=	0.12.10
@@ -37,7 +33,7 @@ STATUS=		debug
 STATUS=		release
 .endif
 
-USE_GMAKE=	yes
+USES=		iconv gmake
 USE_SQLITE=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list