diff options
author | beech <beech@FreeBSD.org> | 2008-04-02 09:55:36 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-04-02 09:55:36 +0800 |
commit | b975bb772185088525d22f6a9017f5c406a6c1e7 (patch) | |
tree | 9e3a9e9cee583d01f3841fe3942c332d648c3dbc /irc | |
parent | 601e7f21b3c42efea59f5370f1249844d69a14b3 (diff) | |
download | freebsd-ports-gnome-b975bb772185088525d22f6a9017f5c406a6c1e7.tar.gz freebsd-ports-gnome-b975bb772185088525d22f6a9017f5c406a6c1e7.tar.zst freebsd-ports-gnome-b975bb772185088525d22f6a9017f5c406a6c1e7.zip |
- Fix compile with Tcl versions other than 8.4
- Bump portrevision
PR: ports/122354
Submitted by: Frank Fenor <frank@fenor.de>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/eggdrop/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 7ed7af83637a..06ac9bb77eb3 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -7,6 +7,7 @@ PORTNAME= eggdrop PORTVERSION= 1.6.18 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ \ LOCAL/beech @@ -19,13 +20,12 @@ PATCH_SITES= http://www.egghelp.org/files/patches/ \ MAINTAINER= beech@FreeBSD.org COMMENT= The most popular open source Internet Relay Chat bot -LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 +USE_TCL= 80+ USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl84.so \ - --with-tclinc=${LOCALBASE}/include/tcl8.4/tcl.h +CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \ + --with-tclinc=${TCL_INCLUDEDIR}/tcl.h OPTIONS= SSL "Use SSL" off |