diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-11-24 20:14:55 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-11-24 20:14:55 +0000 |
commit | 7ab65211da8a0265d69b2efe6e5b49e9c71e0f4e (patch) | |
tree | 48451c6f8a96efce6171f4cca09b02605fcaee4b /irc/olirc | |
parent | (Force commit.) (diff) |
Add dependency to tcl
PR: ports/45680
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=71029
Diffstat (limited to 'irc/olirc')
-rw-r--r-- | irc/olirc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/olirc/Makefile b/irc/olirc/Makefile index 5000a2c2b16e..0ba233ac0b02 100644 --- a/irc/olirc/Makefile +++ b/irc/olirc/Makefile @@ -13,6 +13,8 @@ DISTNAME= olirc-0.0.38-alpha-3.2 MAINTAINER= nox@jelal.kn-bremen.de +LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 + USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOMENG= yes |