diff options
author | edwin <edwin@FreeBSD.org> | 2008-08-28 10:07:56 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-08-28 10:07:56 +0800 |
commit | a2b87cbc17baa2452360472dc49ce80babac691a (patch) | |
tree | 83c95505a1a5e22b103bbcd6dd54f2611dcd120b /x11-clocks | |
parent | becd79843149d22327ab52bf972ff0712c770fb8 (diff) | |
download | freebsd-ports-gnome-a2b87cbc17baa2452360472dc49ce80babac691a.tar.gz freebsd-ports-gnome-a2b87cbc17baa2452360472dc49ce80babac691a.tar.zst freebsd-ports-gnome-a2b87cbc17baa2452360472dc49ce80babac691a.zip |
USE_TK -> USE_TK_RUN
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/stopwatch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/stopwatch/Makefile b/x11-clocks/stopwatch/Makefile index 418f5f0c84ea..9a380175be79 100644 --- a/x11-clocks/stopwatch/Makefile +++ b/x11-clocks/stopwatch/Makefile @@ -15,7 +15,7 @@ MAINTAINER= edwin@mavetju.org COMMENT= Stopwatch enables hand timing much like a physical stopwatch WRKSRC= ${WRKDIR}/${PORTNAME}-3.4 -USE_TK= yes +USE_TK_RUN= yes NO_BUILD= yes PLIST_FILES= bin/stopwatch |