diff options
author | gabor <gabor@FreeBSD.org> | 2006-12-12 18:49:48 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2006-12-12 18:49:48 +0000 |
commit | 52dbd716841abe1935d2077074552a58d4e96b7b (patch) | |
tree | 6ad5375aa731c94292b7fd72dfb7bf3a175ce47e | |
parent | 8cfcb0fe24a1f032dd0b685d46dd444cd980882b (diff) | |
download | FreeBSD-ports-52dbd716841abe1935d2077074552a58d4e96b7b.zip FreeBSD-ports-52dbd716841abe1935d2077074552a58d4e96b7b.tar.gz |
- Add missing dependency
- Bump PORTREVISION
- Portlint(1)
PR: ports/106599
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
Approved by: erwin (mentor)
-rw-r--r-- | devel/viewvc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile index 3fb930b..0fac1e0 100644 --- a/devel/viewvc/Makefile +++ b/devel/viewvc/Makefile @@ -7,6 +7,7 @@ PORTNAME= viewvc PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/33320/ @@ -14,10 +15,10 @@ MAINTAINER= jbq@caraldi.com COMMENT= Web-based Version Control Repository Browsing FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget +RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/svn/__init__.py:${PORTSDIR}/devel/subversion-python -FETCH_CMD= ${LOCALBASE}/bin/wget -c DISABLE_SIZE= yes # Need because -S are not recognized by wget - +FETCH_CMD= ${LOCALBASE}/bin/wget -c USE_PYTHON= yes NO_BUILD= yes |