diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
commit | cfa7269b11b8bb50068e3ee5ee55b2fe716853e5 (patch) | |
tree | 9c339ce0cb216e4bfd3db6edb813dd8c416ee9c2 /x11-toolkits/tktray | |
parent | - Update to 1.20 (diff) |
- 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 'x11-toolkits/tktray')
-rw-r--r-- | x11-toolkits/tktray/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-toolkits/tktray/Makefile b/x11-toolkits/tktray/Makefile index 974392b7beb5..111044249154 100644 --- a/x11-toolkits/tktray/Makefile +++ b/x11-toolkits/tktray/Makefile @@ -14,8 +14,6 @@ DISTNAME= ${TKPKG} MAINTAINER= infofarmer@FreeBSD.org COMMENT= System tray icon support -LIB_DEPENDS= tk${USE_TK}.1:${PORTSDIR}/x11-toolkits/tk${USE_TK} - USE_TK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR} \ |