mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04: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:
parent
7ac6ca52e1
commit
970237caae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76743
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue