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 /lang/ptoc | |
parent | - Mark Broken does not work with irc/irssi-0.8.12 (diff) |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
Diffstat (limited to 'lang/ptoc')
-rw-r--r-- | lang/ptoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ptoc/Makefile b/lang/ptoc/Makefile index 20a078b7f54c..78651abdbafc 100644 --- a/lang/ptoc/Makefile +++ b/lang/ptoc/Makefile @@ -7,7 +7,7 @@ PORTNAME= ptoc PORTVERSION= 3.56 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.garret.ru/~knizhnik/ @@ -17,7 +17,7 @@ COMMENT= ANSI/Turbo Pascal to C/C++ converter WRKSRC= ${WRKDIR}/${PORTNAME} USE_XLIB= yes -USE_BISON= yes +USE_BISON= build EXAMPLES= arr.pas bgidemo.pas ccall.pas coord.txt dos.h dos.pas \ func.pas hello.pas impact.pas lister.pas makefile.bsd \ |