diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-06-27 13:39:18 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-06-27 13:39:18 +0000 |
commit | 3123b1e3160b1343a33caec23e617a2b3b978e5a (patch) | |
tree | 488b6b60e2bdefc7e7e1683964cad2ddc9d7041e /x11-clocks | |
parent | a2819646cb0d4aee11051d9864a1505ebcbe58b5 (diff) | |
download | ports-3123b1e3160b1343a33caec23e617a2b3b978e5a.tar.gz ports-3123b1e3160b1343a33caec23e617a2b3b978e5a.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/xclock/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-clocks/xclock/Makefile b/x11-clocks/xclock/Makefile index ba36abdf3ad4..7056ec7e287c 100644 --- a/x11-clocks/xclock/Makefile +++ b/x11-clocks/xclock/Makefile @@ -2,6 +2,7 @@ PORTNAME= xclock PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= x11-clocks MAINTAINER= x11@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 |