freebsd-ports/x11-clocks/xclock/Makefile
Niclas Zeising 3123b1e316 Add explicit dependency on iconv.
Bump portrevision.

PR:		ports/175935
Submitted by:	Pawel Pekala <pawel@FreeBSD.org>
2013-06-27 13:39:18 +00:00

17 lines
263 B
Makefile

# $FreeBSD$
PORTNAME= xclock
PORTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= x11-clocks
MAINTAINER= x11@FreeBSD.org
COMMENT= Analog and digital clock for X
XORG_CAT= app
USE_XORG= xrender xft xkbfile xt xaw
USES= iconv
MAN1= xclock.1
.include <bsd.port.mk>