mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
- Replace (undocumented) INSTALL_DEPENDS on sysutils/biosfont by a
RUN_DEPENDS to properly record the dependency on the kernel module. - Bump PORTREVISION Noticed by: 'pkg autoremove'
This commit is contained in:
parent
07e10e24ae
commit
c225b17a90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309351
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= biosfont-demos
|
PORTNAME= biosfont-demos
|
||||||
PORTVERSION= 1.1
|
PORTVERSION= 1.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
|
MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
|
||||||
|
|
||||||
|
@ -12,7 +13,7 @@ COMMENT= Demos for the biosfont kernel module
|
||||||
LICENSE= BSD
|
LICENSE= BSD
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont
|
BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont
|
||||||
INSTALL_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont
|
RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont
|
||||||
|
|
||||||
PLIST_FILES= bin/showchar bin/showdati
|
PLIST_FILES= bin/showchar bin/showdati
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue