aboutsummaryrefslogtreecommitdiffstats
path: root/misc/biosfont-demos/Makefile
diff options
context:
space:
mode:
authorlippe <lippe@FreeBSD.org>2008-08-06 00:52:27 +0800
committerlippe <lippe@FreeBSD.org>2008-08-06 00:52:27 +0800
commit635f08de55abc383b381874f5fd47853793422a2 (patch)
tree5ad938013bce19d4885fd8307bf53eb29a3a60bb /misc/biosfont-demos/Makefile
parent7dff814853d5391fcc4395a4c4657e0ab5efb264 (diff)
downloadfreebsd-ports-gnome-635f08de55abc383b381874f5fd47853793422a2.tar.gz
freebsd-ports-gnome-635f08de55abc383b381874f5fd47853793422a2.tar.zst
freebsd-ports-gnome-635f08de55abc383b381874f5fd47853793422a2.zip
- Update to 1.1.
PR: ports/126052 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Approved by: gabor (mentor, implicit)
Diffstat (limited to 'misc/biosfont-demos/Makefile')
-rw-r--r--misc/biosfont-demos/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/biosfont-demos/Makefile b/misc/biosfont-demos/Makefile
index dab07e1dea00..eece03828a34 100644
--- a/misc/biosfont-demos/Makefile
+++ b/misc/biosfont-demos/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= biosfont-demos
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= misc
MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
@@ -14,13 +14,13 @@ MAINTAINER= r.c.ladan@gmail.com
COMMENT= Demos for the biosfont kernel module
BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont
PLIST_FILES= bin/showchar bin/showdati
do-build:
- ${CC} ${WRKSRC}/showchar.c -o ${WRKSRC}/showchar -I${LOCALBASE}/include
- ${CC} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses
+ ${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/showchar -I${LOCALBASE}/include
+ ${CC} ${CFLAGS} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/showchar ${PREFIX}/bin