svn commit: r301405 - head/misc/biosfont-demos
Mark Linimon
linimon at FreeBSD.org
Mon Jul 23 18:28:07 UTC 2012
Author: linimon
Date: Mon Jul 23 18:28:06 2012
New Revision: 301405
URL: http://svn.freebsd.org/changeset/ports/301405
Log:
Switch RUN_DEPENDS to INSTALL_DEPENDS to fix build on pointyhat-west.
Hat: portmgr
Modified:
head/misc/biosfont-demos/Makefile
Modified: head/misc/biosfont-demos/Makefile
==============================================================================
--- head/misc/biosfont-demos/Makefile Mon Jul 23 18:13:55 2012 (r301404)
+++ head/misc/biosfont-demos/Makefile Mon Jul 23 18:28:06 2012 (r301405)
@@ -16,7 +16,7 @@ COMMENT= Demos for the biosfont kernel m
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
More information about the svn-ports-head
mailing list