From 970237caaed32b1d23a6fd35d0e7f1becbc1763c Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sun, 2 Mar 2003 17:35:15 +0000 Subject: Fix this port. This port is a candidate for record broken time (of about 2 years and 6 months), and it was committed by me. Great. Anyway, the problem was it used an undefined variable in BUILD_DEPENDS. Rather than figure out a better one to use, just use NONEXISTENT, it's just as good for this purpose. Noted by: kris --- textproc/cost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/cost/Makefile b/textproc/cost/Makefile index 9af4e3cb950c..b719ac1eceaa 100644 --- a/textproc/cost/Makefile +++ b/textproc/cost/Makefile @@ -15,7 +15,7 @@ MAINTAINER= kosmos@blarg.net COMMENT= SGML/XML application programming tool LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 -BUILD_DEPENDS= ${WRKDIRPREFIXPORTSDIR}/lang/tcl82/work/tcl-8.2.3/src:${PORTSDIR}/lang/tcl82:patch +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/lang/tcl82:patch WRKSRC= ${WRKDIR}/${DISTNAME}/src HAS_CONFIGURE= YES -- cgit v1.2.3