diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-16 09:55:12 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-16 09:55:12 +0800 |
commit | 4e5742920a03d7d481f6ac37586f79f3eef9e04e (patch) | |
tree | 044a153fb7af2ef7a39bf0cd838c87010d6a26c3 /www | |
parent | f75c45767ed8548b7e5360e06861c8d5a70279de (diff) | |
download | freebsd-ports-gnome-4e5742920a03d7d481f6ac37586f79f3eef9e04e.tar.gz freebsd-ports-gnome-4e5742920a03d7d481f6ac37586f79f3eef9e04e.tar.zst freebsd-ports-gnome-4e5742920a03d7d481f6ac37586f79f3eef9e04e.zip |
- Add missing denepency
PR: ports/102114
Submitted by: Vivek Khera <vivek at khera.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/rt36/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/rt36/Makefile b/www/rt36/Makefile index ac93e2c59a42..97cdb9f79129 100644 --- a/www/rt36/Makefile +++ b/www/rt36/Makefile @@ -7,6 +7,7 @@ PORTNAME= rt PORTVERSION?= 3.6.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES?= http://download.bestpractical.com/pub/rt/release/ \ http://download.bestpractical.com/pub/rt/devel/ \ @@ -57,7 +58,8 @@ BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \ - ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple + ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple \ + ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS= ${BUILD_DEPENDS} |