diff options
Diffstat (limited to 'devel/sourcenav/Makefile')
-rw-r--r-- | devel/sourcenav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sourcenav/Makefile b/devel/sourcenav/Makefile index 0c9c56b44b3a..e9f32d4a672b 100644 --- a/devel/sourcenav/Makefile +++ b/devel/sourcenav/Makefile @@ -7,7 +7,7 @@ PORTNAME= sourcenav PORTVERSION= 5.1.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= SF @@ -22,7 +22,7 @@ PREFIX:= ${PREFIX}/${PORTNAME} .else PREFIX?= ${LOCALBASE}/${PORTNAME} .endif -USE_BISON= yes +USE_BISON= build USE_GMAKE= yes USE_XLIB= yes GNU_CONFIGURE= yes |