diff options
author | edwin <edwin@FreeBSD.org> | 2008-08-30 08:11:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-08-30 08:11:54 +0800 |
commit | 95035ae5ab523b2c5bc50e479d87ab9d42b2b36c (patch) | |
tree | 2baecebace74cb91fe0e1f3ca20d8f417276fb85 /x11-clocks | |
parent | 33dcdeb23df53150149c0733a40061d0a2ae2062 (diff) | |
download | freebsd-ports-gnome-95035ae5ab523b2c5bc50e479d87ab9d42b2b36c.tar.gz freebsd-ports-gnome-95035ae5ab523b2c5bc50e479d87ab9d42b2b36c.tar.zst freebsd-ports-gnome-95035ae5ab523b2c5bc50e479d87ab9d42b2b36c.zip |
Add the dependency on tk-wrapper
Submitted by: Warren Block <wblock@wonkity.com>
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/stopwatch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-clocks/stopwatch/Makefile b/x11-clocks/stopwatch/Makefile index 9a380175be79..023c208f7a75 100644 --- a/x11-clocks/stopwatch/Makefile +++ b/x11-clocks/stopwatch/Makefile @@ -7,6 +7,7 @@ PORTNAME= stopwatch PORTVERSION= 3.5 +PORTREVISION= 1 CATEGORIES= x11-clocks MASTER_SITES= http://expect.nist.gov/stopwatch/ DISTNAME= stopwatch @@ -16,6 +17,7 @@ COMMENT= Stopwatch enables hand timing much like a physical stopwatch WRKSRC= ${WRKDIR}/${PORTNAME}-3.4 USE_TK_RUN= yes +USE_TK_WRAPPER= yes NO_BUILD= yes PLIST_FILES= bin/stopwatch |