aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/trac
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-07-18 05:10:06 +0800
committerpav <pav@FreeBSD.org>2005-07-18 05:10:06 +0800
commit619e704bda13ef4800d016f1b20227edc5eeb410 (patch)
tree6473baca7aae0ab3a6f6688bf686b8d45f2f775a /japanese/trac
parentc4f027b81a4ef29872822b116d085f6f7a168637 (diff)
downloadfreebsd-ports-gnome-619e704bda13ef4800d016f1b20227edc5eeb410.tar.gz
freebsd-ports-gnome-619e704bda13ef4800d016f1b20227edc5eeb410.tar.zst
freebsd-ports-gnome-619e704bda13ef4800d016f1b20227edc5eeb410.zip
- BUILD_DEPENDS are also RUN_DEPENDS
PR: ports/82828 Submitted by: Vivek Khera <vivek@khera.org> Approved by: maintainer timeout (14 days)
Diffstat (limited to 'japanese/trac')
-rw-r--r--japanese/trac/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/trac/Makefile b/japanese/trac/Makefile
index 182e9a90b261..fa2c958efccd 100644
--- a/japanese/trac/Makefile
+++ b/japanese/trac/Makefile
@@ -7,6 +7,7 @@
PORTNAME= trac
PORTVERSION= 0.8.4
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \
ftp://ftp.edgewall.com/pub/trac/
@@ -17,6 +18,7 @@ COMMENT= An enhanced wiki and issue tracking system for software projects
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite10 \
${PYTHON_SITELIBDIR}/neo_cgi.so:${PORTSDIR}/www/clearsilver-python \
${PYTHON_SITELIBDIR}/svn/__init__.py:${PORTSDIR}/devel/subversion-python
+RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes