summaryrefslogtreecommitdiff
path: root/www/kazehakase
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-04-07 21:21:07 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-04-07 21:21:07 +0000
commit5fa8f0de4ab0d20cd51e25f50d28e724068fd949 (patch)
tree6149c71801bdf15d7e50f9e24d2ddd242415f6e2 /www/kazehakase
parent- Fix build on 4.x by commenting out a line that should be ignored by gcc2.95 (diff)
- Add missing man page
Pointed out by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=132723
Diffstat (limited to 'www/kazehakase')
-rw-r--r--www/kazehakase/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile
index 8eeef5c31719..e177a58689d1 100644
--- a/www/kazehakase/Makefile
+++ b/www/kazehakase/Makefile
@@ -27,6 +27,8 @@ CONFIGURE_ARGS= --with-gecko-engine=${MOZILLA:S/-devel//}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+MAN1= kazehakase.1
+
FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1
.if defined(WITH_MIGEMO)