Revision: | 497 |
Committed: | 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas |
File size: | 434 byte(s) |
Log Message: | Use ISO 8601 basic format instead of extended format since Windows is unhappy when I try to select a file with ':'s to attach in Thunderbird. |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 376 | Index: trac-TracGoogleAnalytics/Makefile |
2 | =================================================================== | ||
3 | --- trac-TracGoogleAnalytics/Makefile (revision 375) | ||
4 | +++ trac-TracGoogleAnalytics/Makefile (working copy) | ||
5 | @@ -15,6 +15,7 @@ | ||
6 | MAINTAINER= douglas@douglasthrift.net | ||
7 | COMMENT= Trac plugin to enable logging by Google Analytics | ||
8 | |||
9 | +BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac | ||
10 | RUN_DEPENDS= tracd:${PORTSDIR}/www/trac | ||
11 | |||
12 | LICENSE= BSD |