diff options
Diffstat (limited to 'misc/ppower')
-rw-r--r-- | misc/ppower/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/ppower/Makefile b/misc/ppower/Makefile index ab346f52c2f..b088dea319b 100644 --- a/misc/ppower/Makefile +++ b/misc/ppower/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/12/05 23:55:12 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/09 16:05:11 minskim Exp $ # DISTNAME= ppower-0.1.5 @@ -12,6 +12,7 @@ COMMENT= X10 controller software for the CM11A interface #LICENSE= GPL GNU_CONFIGURE= YES +USE_TOOLS+= lex CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |