aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2012-07-24 02:28:06 +0800
committerlinimon <linimon@FreeBSD.org>2012-07-24 02:28:06 +0800
commitdf991725c3ea31df9001ae7c645fc60d9abc8271 (patch)
tree025718eb39c3f59723ad21ab0526333967121452 /misc
parent7e7c92e3d7ce9e161de7c9117415538569e55331 (diff)
downloadfreebsd-ports-graphics-df991725c3ea31df9001ae7c645fc60d9abc8271.tar.gz
freebsd-ports-graphics-df991725c3ea31df9001ae7c645fc60d9abc8271.tar.zst
freebsd-ports-graphics-df991725c3ea31df9001ae7c645fc60d9abc8271.zip
Switch RUN_DEPENDS to INSTALL_DEPENDS to fix build on pointyhat-west.
Hat: portmgr
Diffstat (limited to 'misc')
-rw-r--r--misc/biosfont-demos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/biosfont-demos/Makefile b/misc/biosfont-demos/Makefile
index eb91f7a7f50..b8e36fd6954 100644
--- a/misc/biosfont-demos/Makefile
+++ b/misc/biosfont-demos/Makefile
@@ -16,7 +16,7 @@ COMMENT= Demos for the biosfont kernel module
LICENSE= BSD
BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont
-RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont
+INSTALL_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont
PLIST_FILES= bin/showchar bin/showdati