diff options
Diffstat (limited to 'sysutils/heirloom/Makefile')
-rw-r--r-- | sysutils/heirloom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/heirloom/Makefile b/sysutils/heirloom/Makefile index b60041a3d54c..c993f4a63936 100644 --- a/sysutils/heirloom/Makefile +++ b/sysutils/heirloom/Makefile @@ -15,7 +15,7 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= The Heirloom Toolchest is a collection of standard Unix utilities BUILD_DEPENDS= ksh:${PORTSDIR}/shells/pdksh -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_GMAKE= yes |