diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /sysutils/powerman | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) | |
download | ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.tar.gz ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.zip |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
Notes
Notes:
svn path=/head/; revision=201613
Diffstat (limited to 'sysutils/powerman')
-rw-r--r-- | sysutils/powerman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/powerman/Makefile b/sysutils/powerman/Makefile index 60d27363db8b..d033b8615fef 100644 --- a/sysutils/powerman/Makefile +++ b/sysutils/powerman/Makefile @@ -6,6 +6,7 @@ PORTNAME= powerman PORTVERSION= 1.0.20 +PORTREVISION= 1 CATEGORIES= sysutils parallel MASTER_SITES= ftp://ftp.llnl.gov/pub/linux/powerman/ EXTRACT_SUFX= .tgz @@ -13,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= PowerMan is a tool for doing remote power control -USE_BISON= yes +USE_BISON= build USE_GMAKE= yes USE_GETOPT_LONG=yes USE_RC_SUBR= yes |