diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-16 06:26:24 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-16 06:26:24 +0000 |
commit | 9bedf5a026af8830b8049de3b28166d272a30c36 (patch) | |
tree | aea3322803fecdbbc910c5dc1b26aec67c44a4a3 /www/rt32 | |
parent | 6b470bae86247b8cb79b0dc6e43078df2f84c4ae (diff) | |
download | ports-9bedf5a026af8830b8049de3b28166d272a30c36.tar.gz ports-9bedf5a026af8830b8049de3b28166d272a30c36.zip |
Notes
Diffstat (limited to 'www/rt32')
-rw-r--r-- | www/rt32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/rt32/Makefile b/www/rt32/Makefile index a1cb2a3f501a..2908e9eb253b 100644 --- a/www/rt32/Makefile +++ b/www/rt32/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS+= ${APXS}:${APACHE_PORT} \ ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache \ ${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \ + ${ARCH_PERL}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/DBIx/SearchBuilder.pm:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ ${ARCH_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ |