diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2010-12-08 18:12:34 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2010-12-08 18:12:34 +0000 |
commit | 9fd88c68c1e07c7c6a13ef20a0f96160fbdbbdb2 (patch) | |
tree | a1067703a3245cfaeac4e94e96734e066be894c5 | |
parent | 2a68e8944cd409789bf35421e939322c59953c8a (diff) | |
download | ports-9fd88c68c1e07c7c6a13ef20a0f96160fbdbbdb2.tar.gz ports-9fd88c68c1e07c7c6a13ef20a0f96160fbdbbdb2.zip |
- unbreak build (RUN_DEPENDS => BUILD_DEPENDS)
Followup for PR ports/151466
PR: ports/151466
Notes
Notes:
svn path=/head/; revision=265855
-rw-r--r-- | www/trac-TracGoogleAnalytics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/trac-TracGoogleAnalytics/Makefile b/www/trac-TracGoogleAnalytics/Makefile index a61d7dd7da00..943139eff63e 100644 --- a/www/trac-TracGoogleAnalytics/Makefile +++ b/www/trac-TracGoogleAnalytics/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= trac- MAINTAINER= douglas@douglasthrift.net COMMENT= Trac plugin to enable logging by Google Analytics -RUN_DEPENDS= tracd:${PORTSDIR}/www/trac +BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac LICENSE= BSD |