diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-02-18 08:50:34 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-02-18 08:50:34 +0000 |
commit | 58a0882a1b8a016a9f51091f7daeb51c95debb17 (patch) | |
tree | fe9d131471801507810c75489e53bfa873a0e016 /www/slash | |
parent | 4d47d93949ade657b5d1fc225ffd2b0157b1d416 (diff) | |
download | ports-58a0882a1b8a016a9f51091f7daeb51c95debb17.tar.gz ports-58a0882a1b8a016a9f51091f7daeb51c95debb17.zip |
Correct dependencies.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=101307
Diffstat (limited to 'www/slash')
-rw-r--r-- | www/slash/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/slash/Makefile b/www/slash/Makefile index e41681a9ced0..ca8734afb150 100644 --- a/www/slash/Makefile +++ b/www/slash/Makefile @@ -15,7 +15,7 @@ DISTNAME= slash-${PORTVERSION} MAINTAINER= autrijus@autrijus.org COMMENT= Slash-Like Automatic Storytelling Homepage system -BUILD_DEPENDS= ${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql40-server \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ ${SITE_PERL}/Bundle/Slash.pm:${PORTSDIR}/www/p5-Bundle-Slash RUN_DEPENDS= ${BUILD_DEPENDS} \ ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl @@ -25,6 +25,9 @@ DEPRECATED= ${BROKEN} EXPIRATION_DATE=2004-04-16 DOCS= README INSTALL + +CONFLICTS= metalist + MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= FZ.3 Slash.3 Slash::Apache.3 Slash::Apache::Banlist.3 \ Slash::Apache::Log.3 Slash::Apache::User.3 \ |