diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-09 16:05:11 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-09 16:05:11 +0000 |
commit | ac82fbec6352b2d53d5d97b8c595c23feddb89e2 (patch) | |
tree | 1421d9efa257c7174d8bee7b4abf21fb5d4d022b /misc/ppower | |
parent | 051d52ca9c37d012afd0a56b534cafa604aa06fb (diff) | |
download | pkgsrc-ac82fbec6352b2d53d5d97b8c595c23feddb89e2.tar.gz |
USE_TOOLS+=lex
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} |