aboutsummaryrefslogtreecommitdiff
path: root/sysutils/heirloom
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-06-12 11:59:18 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-06-12 11:59:18 +0000
commit7aef6172f3ee04303d4178a0e17d00a4b7dd192a (patch)
treeef532deb9ed748ccb58c99af9f9709db8ef26105 /sysutils/heirloom
parent80cf339d19ef57d384476bdf7ee772aecf4e2337 (diff)
downloadports-7aef6172f3ee04303d4178a0e17d00a4b7dd192a.tar.gz
ports-7aef6172f3ee04303d4178a0e17d00a4b7dd192a.zip
Fix BUILD_DEPENDS.
Submitted by: maintainer Reported by: Kris / pointyhat.
Notes
Notes: svn path=/head/; revision=111331
Diffstat (limited to 'sysutils/heirloom')
-rw-r--r--sysutils/heirloom/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/heirloom/Makefile b/sysutils/heirloom/Makefile
index 6f1fd2ef6305..f7c56ff168bd 100644
--- a/sysutils/heirloom/Makefile
+++ b/sysutils/heirloom/Makefile
@@ -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