diff options
Diffstat (limited to 'devel/cvstrac/Makefile')
-rw-r--r-- | devel/cvstrac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvstrac/Makefile b/devel/cvstrac/Makefile index 50d516fdfcd9..d08d685525f3 100644 --- a/devel/cvstrac/Makefile +++ b/devel/cvstrac/Makefile @@ -7,14 +7,14 @@ PORTNAME= cvstrac PORTVERSION= 1.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ftp://ftp.cvstrac.org/cvstrac/ MAINTAINER= bms@FreeBSD.org COMMENT= Web-Based Bug And Patch-Set Tracking System For CVS -LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite +LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 USE_GMAKE= yes |