diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-12 11:59:18 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-12 11:59:18 +0000 |
commit | 7aef6172f3ee04303d4178a0e17d00a4b7dd192a (patch) | |
tree | ef532deb9ed748ccb58c99af9f9709db8ef26105 /sysutils/heirloom | |
parent | 80cf339d19ef57d384476bdf7ee772aecf4e2337 (diff) |
Notes
Diffstat (limited to 'sysutils/heirloom')
-rw-r--r-- | sysutils/heirloom/Makefile | 3 |
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 |