svn commit: r321891 - head/x11-clocks/xclock

Niclas Zeising zeising at FreeBSD.org
Thu Jun 27 13:39:18 UTC 2013


Author: zeising
Date: Thu Jun 27 13:39:18 2013
New Revision: 321891
URL: http://svnweb.freebsd.org/changeset/ports/321891

Log:
  Add explicit dependency on iconv.
  Bump portrevision.
  
  PR:		ports/175935
  Submitted by:	Pawel Pekala <pawel at FreeBSD.org>

Modified:
  head/x11-clocks/xclock/Makefile

Modified: head/x11-clocks/xclock/Makefile
==============================================================================
--- head/x11-clocks/xclock/Makefile	Thu Jun 27 13:37:03 2013	(r321890)
+++ head/x11-clocks/xclock/Makefile	Thu Jun 27 13:39:18 2013	(r321891)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xclock
 PORTVERSION=	1.0.6
+PORTREVISION=	1
 CATEGORIES=	x11-clocks
 
 MAINTAINER=	x11 at FreeBSD.org
@@ -9,6 +10,7 @@ COMMENT=	Analog and digital clock for X
 
 XORG_CAT=	app
 USE_XORG=	xrender xft xkbfile xt xaw
+USES=		iconv
 
 MAN1=		xclock.1
 


More information about the svn-ports-all mailing list