aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2011-03-09 22:12:59 +0000
committerBeech Rintoul <beech@FreeBSD.org>2011-03-09 22:12:59 +0000
commite5e2afe7baa8083c785d7772934a24aba56ddfc4 (patch)
tree9a9bbd7f43277a8ca71c002ad3fd2af232d6b2aa /irc
parent9e43a096422bbb54ea9ecc5c1c4cb367d38027bd (diff)
downloadports-e5e2afe7baa8083c785d7772934a24aba56ddfc4.tar.gz
ports-e5e2afe7baa8083c785d7772934a24aba56ddfc4.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/gseen.mod/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/irc/gseen.mod/Makefile b/irc/gseen.mod/Makefile
index f1c0eee4a740..c7259349cd95 100644
--- a/irc/gseen.mod/Makefile
+++ b/irc/gseen.mod/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gseen.mod
PORTVERSION= 1.1.1.p3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= irc
MASTER_SITES= http://www.kreativrauschen.de/gseen.mod/
DISTNAME= ${PORTNAME}.${PORTVERSION:S/p/dev/}
@@ -15,15 +15,16 @@ DISTNAME= ${PORTNAME}.${PORTVERSION:S/p/dev/}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= A seen-module for the eggdrop IRC bot
+USE_TCL= 85+
+
EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/irc/eggdrop:extract
BUILD_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop
RUN_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop
-LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84
WRKSRC= ${WRKDIR}/eggdrop
-CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/libtcl84.so \
- --with-tclinc=${LOCALBASE}/include/tcl84/tcl.h
+CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \
+ --with-tclinc=${TCL_INCLUDEDIR}/tcl.h
GNU_CONGFIGURE= yes