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 /www/cherokee | |
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
Notes
Notes:
svn path=/head/; revision=201613
Diffstat (limited to 'www/cherokee')
-rw-r--r-- | www/cherokee/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 430f04e0cdf2..9715dd53194a 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -7,7 +7,7 @@ PORTNAME= cherokee PORTVERSION= 0.5.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://www.cherokee-project.com/download/${PORTVERSION:R}/${PORTVERSION}/ \ CENKES LOCAL/beech @@ -22,7 +22,7 @@ USE_GNOME= gnomehack gnometarget pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= cherokee.sh USE_GCC= 3.4+ -USE_BISON= yes +USE_BISON= build GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |