diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-10-26 18:31:17 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-10-26 18:31:17 +0000 |
commit | c4ace81200e7c97638f4f4c959feec2a3a9db905 (patch) | |
tree | 9985877804ffafba149fbcaddf2e3412b5a8aeee /devel/cscope/Makefile | |
parent | 5254c0cbdfa9567644253037dd57d2987a184bda (diff) |
Notes
Diffstat (limited to 'devel/cscope/Makefile')
-rw-r--r-- | devel/cscope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index 927cb9cc5d44..1bb824889235 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cscope -PORTVERSION= 15.4 +PORTVERSION= 15.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= petef@FreeBSD.org COMMENT= An interactive C program browser GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-yacc +CONFIGURE_ARGS+= --with-yacc MAN1= cscope.1 |