forked from Lainports/freebsd-ports
Fix BUILD_DEPENDS.
Submitted by: maintainer Reported by: Kris / pointyhat.
This commit is contained in:
parent
80cf339d19
commit
7aef6172f3
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= Cyrille.Lefevre@laposte.net
|
||||
COMMENT= The Heirloom Toolchest is a collection of standard Unix utilities
|
||||
|
||||
RUN_DEPENDS= ksh:${PORTSDIR}/shells/pdksh
|
||||
BUILD_DEPENDS= ksh:${PORTSDIR}/shells/pdksh
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_REINPLACE= yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue