diff options
author | petef <petef@FreeBSD.org> | 2003-10-27 02:31:17 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-10-27 02:31:17 +0800 |
commit | e67f0ab34e85ed9288fcc5f9006603800f7cda3f (patch) | |
tree | c1e74baa41cac13ef3956c2f2a93cf1c977c05ea /devel/cscope | |
parent | 22c58dd7a88cde22c25c92830dffd84bed89b1a3 (diff) | |
download | freebsd-ports-gnome-e67f0ab34e85ed9288fcc5f9006603800f7cda3f.tar.gz freebsd-ports-gnome-e67f0ab34e85ed9288fcc5f9006603800f7cda3f.tar.zst freebsd-ports-gnome-e67f0ab34e85ed9288fcc5f9006603800f7cda3f.zip |
- update to 15.5
- use CONFIGURE_ARGS+= so the user can specify args on the command line.
Diffstat (limited to 'devel/cscope')
-rw-r--r-- | devel/cscope/Makefile | 4 | ||||
-rw-r--r-- | devel/cscope/distinfo | 3 |
2 files changed, 3 insertions, 4 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 diff --git a/devel/cscope/distinfo b/devel/cscope/distinfo index 2afa44b539bb..6780a3c1467b 100644 --- a/devel/cscope/distinfo +++ b/devel/cscope/distinfo @@ -1,2 +1 @@ -MD5 (cscope-15.4.tar.gz) = d46d39f39e5f493161cb4c476a27cf8e -MD5 (cscope-15.4.tar.gz) = 4e9172cbdf17d6fe5206ebd67aa90dfc +MD5 (cscope-15.5.tar.gz) = beb6032a301bb11524aec74bfb5e4840 |