diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-12-09 22:55:23 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-12-09 22:55:23 +0800 |
commit | db034fb4f428f15a58637c229156a6f9c0ae3a7f (patch) | |
tree | f483b7f7b25fe6f0e853d1962c2c3ff09ba7b093 /www | |
parent | 1ef91b423847b92c9d56f365751b95f5207c8a60 (diff) | |
download | freebsd-ports-gnome-db034fb4f428f15a58637c229156a6f9c0ae3a7f.tar.gz freebsd-ports-gnome-db034fb4f428f15a58637c229156a6f9c0ae3a7f.tar.zst freebsd-ports-gnome-db034fb4f428f15a58637c229156a6f9c0ae3a7f.zip |
- 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)
Diffstat (limited to 'www')
-rw-r--r-- | www/trac-TracGoogleAnalytics/Makefile | 2 |
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 |