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 /devel/ruby-rbison | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) |
Notes
Diffstat (limited to 'devel/ruby-rbison')
-rw-r--r-- | devel/ruby-rbison/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/ruby-rbison/Makefile b/devel/ruby-rbison/Makefile index 0ce75810d77d..366673e92925 100644 --- a/devel/ruby-rbison/Makefile +++ b/devel/ruby-rbison/Makefile @@ -7,7 +7,7 @@ PORTNAME= rbison PORTVERSION= 0.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel ruby MASTER_SITES= http://freebsd.unixfreunde.de/sources/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -16,8 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= Generates a Ruby parser class from a Bison-like specification file -RUN_DEPENDS= bison:${PORTSDIR}/devel/bison - +USE_BISON= run USE_RUBY= yes RUBY_SHEBANG_FILES= ${WRKSRC}/rbison |