summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-12-09 14:55:23 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-12-09 14:55:23 +0000
commit202c4dd814dbfc6dd2f4c82bac475944f0584c87 (patch)
treeea848391d4c698d629e020fba7ee1dc47159cccc
parent- Fix plist and unbreak - do not overwrite file installed by shared-mime-info (diff)
- Re-added RUN_DEPENDS
- Bumped PORTREVISION Follow-up to PR ports/151466 PR: ports/151466 Requested by: ohauer via email Reported by: Douglas William Thrift <douglas at douglasthrift dot net> (maintainer)
Notes
Notes: svn path=/head/; revision=265921
-rw-r--r--www/trac-TracGoogleAnalytics/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/trac-TracGoogleAnalytics/Makefile b/www/trac-TracGoogleAnalytics/Makefile
index 943139eff63e..c740bed06f8f 100644
--- a/www/trac-TracGoogleAnalytics/Makefile
+++ b/www/trac-TracGoogleAnalytics/Makefile
@@ -7,6 +7,7 @@
PORTNAME= TracGoogleAnalytics
PORTVERSION= 0.2.4
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= trac-
@@ -15,6 +16,7 @@ MAINTAINER= douglas@douglasthrift.net
COMMENT= Trac plugin to enable logging by Google Analytics
BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac
+RUN_DEPENDS:= ${BUILD_DEPENDS}
LICENSE= BSD