diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-04-02 01:55:36 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-04-02 01:55:36 +0000 |
commit | 83da2f58d115ed2107548e40101ce0dd8cde2f92 (patch) | |
tree | ec82c4d86b6674595e7a7b03cdd4e5f6bff6c0f0 /irc | |
parent | 671dc27e4172f9536561c0b2f44df71791d6793d (diff) | |
download | ports-83da2f58d115ed2107548e40101ce0dd8cde2f92.tar.gz ports-83da2f58d115ed2107548e40101ce0dd8cde2f92.zip |
Notes
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 |