diff options
author | pav <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
commit | 85f93575663adb5a7fa7799d5b3b6bdb05f3eda7 (patch) | |
tree | 9444ec7f98d0f2faaf4734217466e921e7d27034 /net/openverse | |
parent | c12598153f1706af748413173a0b3dc1a5e4fed7 (diff) | |
download | FreeBSD-ports-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.zip FreeBSD-ports-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.tar.gz |
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska <martin@matuska.org>
Tested on: pointyhat exp-run
Diffstat (limited to 'net/openverse')
-rw-r--r-- | net/openverse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openverse/Makefile b/net/openverse/Makefile index 33cb5f0..e4ca172 100644 --- a/net/openverse/Makefile +++ b/net/openverse/Makefile @@ -14,8 +14,8 @@ DISTNAME= ${PORTNAME}-0.8-7 MAINTAINER= ports@FreeBSD.org COMMENT= A visual chat program written in Tcl/Tk -USE_TK= yes -USE_TCL= yes +USE_TK_RUN= yes +USE_TCL_RUN= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/OpenVerse |