diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2009-09-01 20:45:31 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2009-09-01 20:45:31 +0000 |
commit | 5fb7f22c25864549e8034ee34c312fe61cdd132e (patch) | |
tree | 0029966d39703c85809741a72c3456771b6053b1 | |
parent | 08c72eb90219e08f494c728959ba954127ed7e3f (diff) | |
download | ports-5fb7f22c25864549e8034ee34c312fe61cdd132e.tar.gz ports-5fb7f22c25864549e8034ee34c312fe61cdd132e.zip |
Remove the dependency on the obsolete trac-webadmin port. It was
incorporated into trac in 0.11 so there's no point it using the external
version.
Notes
Notes:
svn path=/head/; revision=240670
-rw-r--r-- | www/trac-iniadmin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/trac-iniadmin/Makefile b/www/trac-iniadmin/Makefile index b20b23bf5c7f..db906bf97c1d 100644 --- a/www/trac-iniadmin/Makefile +++ b/www/trac-iniadmin/Makefile @@ -15,8 +15,7 @@ DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= brooks@FreeBSD.org COMMENT= Edit all trac.ini option via the WebAdminPlugin -RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ - ${PYTHON_SITELIBDIR}/TracWebAdmin-0.1.2dev-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-webadmin +RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 USE_PYTHON= 2.3+ |