diff options
author | brooks <brooks@FreeBSD.org> | 2009-09-02 04:45:31 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2009-09-02 04:45:31 +0800 |
commit | 5a43e6346a847664805258b74757b21b095befd2 (patch) | |
tree | 05b3957c5c39d6f065d4f24d92443faae6729f68 /www | |
parent | f82a8937bdac26d7350ade4ac6ee3dacdac13fe5 (diff) | |
download | freebsd-ports-gnome-5a43e6346a847664805258b74757b21b095befd2.tar.gz freebsd-ports-gnome-5a43e6346a847664805258b74757b21b095befd2.tar.zst freebsd-ports-gnome-5a43e6346a847664805258b74757b21b095befd2.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.
Diffstat (limited to 'www')
-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+ |