Date: Wed, 18 Feb 2004 20:46:23 +0100 (CET) From: Ulrich Spoerlein <q@uni.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63033: [MAINTAINER] irc/eggdrop: Fix DEPENDS Message-ID: <200402181946.i1IJkNl1027824@roadrunner.q.local> Resent-Message-ID: <200402181950.i1IJoIED007618@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63033 >Category: ports >Synopsis: [MAINTAINER] irc/eggdrop: Fix DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 18 11:50:18 PST 2004 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 5.2.1-RC2 i386 >Organization: >Environment: System: FreeBSD roadrunner 5.2.1-RC2 FreeBSD 5.2.1-RC2 #7: Tue Feb 17 13:39:24 CET 2004 >Description: How could I miss this? Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- eggdrop-1.6.15_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/irc/eggdrop/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 18 Nov 2003 21:49:35 -0000 1.6 +++ Makefile 18 Feb 2004 19:44:04 -0000 @@ -7,7 +7,7 @@ PORTNAME= eggdrop PORTVERSION= 1.6.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc tcl84 MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ DISTNAME= ${PORTNAME:S/-//}${PORTVERSION} @@ -18,7 +18,7 @@ .include <bsd.port.pre.mk> .if !defined(WITHOUT_TCL) -BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.4/tcl.h:${PORTSDIR}/lang/tcl84 +LIB_DEPENDS+= tcl84.1:${PORTSDIR}/lang/tcl84 CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/libtcl84.so \ --with-tclinc=${LOCALBASE}/include/tcl8.4/tcl.h .endif --- eggdrop-1.6.15_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402181946.i1IJkNl1027824>