aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2011-03-10 06:12:59 +0800
committerbeech <beech@FreeBSD.org>2011-03-10 06:12:59 +0800
commitc47eecee09a19000b1d1b18b94e12d60c68df8f9 (patch)
tree25deb6e69967e65064a82979cc3ca779a68f82ce /irc
parent664723d42ddf74b0a260345f5cca4ae584931d9b (diff)
downloadfreebsd-ports-graphics-c47eecee09a19000b1d1b18b94e12d60c68df8f9.tar.gz
freebsd-ports-graphics-c47eecee09a19000b1d1b18b94e12d60c68df8f9.tar.zst
freebsd-ports-graphics-c47eecee09a19000b1d1b18b94e12d60c68df8f9.zip
Fix lib depends after eggdrop update
Bump portrevision PR: ports/154989 Submitted by: beech Approved by: itetcu (mentor)(implicit) maintainer timeout (> two weeks)
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 f1c0eee4a74..c7259349cd9 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