aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/cost
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2003-03-03 01:35:15 +0800
committerwill <will@FreeBSD.org>2003-03-03 01:35:15 +0800
commitf27b1946a51ce53a8e87174d7d304411965c0e1c (patch)
tree9d996f79bf917efd634040b1d631bb8e05fafbd8 /textproc/cost
parent39b8fa05dc7d7644834792544339232a01e79e0e (diff)
downloadfreebsd-ports-graphics-f27b1946a51ce53a8e87174d7d304411965c0e1c.tar.gz
freebsd-ports-graphics-f27b1946a51ce53a8e87174d7d304411965c0e1c.tar.zst
freebsd-ports-graphics-f27b1946a51ce53a8e87174d7d304411965c0e1c.zip
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
Diffstat (limited to 'textproc/cost')
-rw-r--r--textproc/cost/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/cost/Makefile b/textproc/cost/Makefile
index 9af4e3cb950..b719ac1ecea 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