diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-06-13 20:04:04 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-06-13 20:04:04 +0000 |
commit | 17c16158a45f63b5bcdd23ad7958ab53d6897bf7 (patch) | |
tree | 52a9f7f8252dae7d746d7e8b949438e754928d70 /misc | |
parent | 328f971fb31c83d0f08b24fa3e8f3d1ee8c1d791 (diff) | |
download | ports-17c16158a45f63b5bcdd23ad7958ab53d6897bf7.tar.gz ports-17c16158a45f63b5bcdd23ad7958ab53d6897bf7.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/biosfont-demos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/biosfont-demos/Makefile b/misc/biosfont-demos/Makefile index cbfb5757e931..eb91f7a7f507 100644 --- a/misc/biosfont-demos/Makefile +++ b/misc/biosfont-demos/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ MAINTAINER= rene@FreeBSD.org 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 |