1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

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
This commit is contained in:
Will Andrews 2003-03-02 17:35:15 +00:00
parent 7ac6ca52e1
commit 970237caae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76743

View File

@ -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