diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-24 17:10:12 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-24 17:10:12 +0000 |
commit | a7f96ee2b4fd02382fac8ce7d641218ad24bebb4 (patch) | |
tree | 27960191aae2948ea279e46ae507baa991c34b6e /x11-clocks/buici-clock | |
parent | 52c5d58921fcb6eaee151d4d2defbacbce3c598e (diff) | |
download | ports-a7f96ee2b4fd02382fac8ce7d641218ad24bebb4.tar.gz ports-a7f96ee2b4fd02382fac8ce7d641218ad24bebb4.zip |
Notes
Diffstat (limited to 'x11-clocks/buici-clock')
-rw-r--r-- | x11-clocks/buici-clock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/buici-clock/Makefile b/x11-clocks/buici-clock/Makefile index a79f72fc7e8d..d26d11a05ac3 100644 --- a/x11-clocks/buici-clock/Makefile +++ b/x11-clocks/buici-clock/Makefile @@ -7,7 +7,7 @@ PORTNAME= buici-clock PORTVERSION= 0.4.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks MASTER_SITES= ftp://ftp.buici.com/pub/buici-clock/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -18,9 +18,9 @@ COMMENT= Xlib implementation of an attractive, configurable clock WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BISON= build -USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes +USE_XORG= x11 xau xdmcp xext ice MAN1= buici-clock.1 PLIST_FILES= bin/buici-clock |