View | Details | Raw Unified | Return to bug 63033
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	eggdrop
8
PORTNAME=	eggdrop
9
PORTVERSION=	1.6.15
9
PORTVERSION=	1.6.15
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	irc tcl84
11
CATEGORIES=	irc tcl84
12
MASTER_SITES=	ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/
12
MASTER_SITES=	ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/
13
DISTNAME=	${PORTNAME:S/-//}${PORTVERSION}
13
DISTNAME=	${PORTNAME:S/-//}${PORTVERSION}
Lines 18-24 Link Here
18
.include <bsd.port.pre.mk>
18
.include <bsd.port.pre.mk>
19
19
20
.if !defined(WITHOUT_TCL)
20
.if !defined(WITHOUT_TCL)
21
BUILD_DEPENDS+=		${LOCALBASE}/include/tcl8.4/tcl.h:${PORTSDIR}/lang/tcl84
21
LIB_DEPENDS+=		tcl84.1:${PORTSDIR}/lang/tcl84
22
CONFIGURE_ARGS+=	--with-tcllib=${LOCALBASE}/lib/libtcl84.so \
22
CONFIGURE_ARGS+=	--with-tcllib=${LOCALBASE}/lib/libtcl84.so \
23
			--with-tclinc=${LOCALBASE}/include/tcl8.4/tcl.h
23
			--with-tclinc=${LOCALBASE}/include/tcl8.4/tcl.h
24
.endif
24
.endif

Return to bug 63033