diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-30 00:11:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-30 00:11:54 +0000 |
commit | 31a46fe4f378ca7934e0be94dc96fa11c7f99c86 (patch) | |
tree | aa22abd7225bb2011ebc12e814f5a4ddcdf12056 /x11-clocks | |
parent | 3149766a4db5a6ef12ef5b0028c78413ba1f787e (diff) | |
download | ports-31a46fe4f378ca7934e0be94dc96fa11c7f99c86.tar.gz ports-31a46fe4f378ca7934e0be94dc96fa11c7f99c86.zip |
Notes
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 |