diff options
Diffstat (limited to 'misc/biosfont-demos/Makefile')
-rw-r--r-- | misc/biosfont-demos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/biosfont-demos/Makefile b/misc/biosfont-demos/Makefile index 6c3e34c6b84e..9222e9a48eb1 100644 --- a/misc/biosfont-demos/Makefile +++ b/misc/biosfont-demos/Makefile @@ -12,8 +12,8 @@ COMMENT= Demos for the biosfont kernel module LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont -RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont +BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:sysutils/biosfont +RUN_DEPENDS= /boot/modules/biosfont.ko:sysutils/biosfont PLIST_FILES= bin/show_char bin/showdati |