diff options
author | pav <pav@FreeBSD.org> | 2007-04-03 06:56:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-04-03 06:56:15 +0800 |
commit | 85f93575663adb5a7fa7799d5b3b6bdb05f3eda7 (patch) | |
tree | 9444ec7f98d0f2faaf4734217466e921e7d27034 /net | |
parent | c12598153f1706af748413173a0b3dc1a5e4fed7 (diff) | |
download | freebsd-ports-gnome-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.tar.gz freebsd-ports-gnome-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.tar.zst freebsd-ports-gnome-85f93575663adb5a7fa7799d5b3b6bdb05f3eda7.zip |
- 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')
-rw-r--r-- | net/openverse/Makefile | 4 | ||||
-rw-r--r-- | net/tcpillust/Makefile | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/openverse/Makefile b/net/openverse/Makefile index 33cb5f04d53a..e4ca1727b3f6 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 diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile index ac52388b5eb1..074faead15ad 100644 --- a/net/tcpillust/Makefile +++ b/net/tcpillust/Makefile @@ -16,7 +16,6 @@ COMMENT= A graphical TCP connection analysis tool USE_TCL= yes USE_TK= yes -USE_TK_BUILD= yes USE_XLIB= yes USE_MOTIF= yes |