Add a missing build dependency and some TODOs.
This commit is contained in:
parent
50bb3f2ae0
commit
75f965b901
2 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/05/07 22:25:32 jonthn Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/05/10 07:41:59 thomasklausner Exp $
|
||||
|
||||
DISTNAME= fswatch-1.4.6
|
||||
CATEGORIES= sysutils
|
||||
|
@ -8,6 +8,9 @@ HOMEPAGE= https://github.com/emcrisostomo/fswatch
|
|||
COMMENT= Cross-platform file change monitor with multiple backends
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
# needs autopoint
|
||||
BUILD_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= gmake autoconf automake makeinfo
|
||||
INFO_FILES= yes
|
||||
|
|
5
fswatch/TODO
Normal file
5
fswatch/TODO
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/fswatch-run-bash is only installed if bash is found,
|
||||
bin/fswatch-run-zsh only if zsh is found. Handle this in the PLIST;
|
||||
or disable installation unconditionally?
|
||||
|
||||
fsevents_monitor.h is not installed for me on NetBSD-7.99.15/amd64.
|
Loading…
Reference in a new issue