diff options
author | demon <demon@FreeBSD.org> | 2004-02-18 16:50:34 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-02-18 16:50:34 +0800 |
commit | 67e9ff84cebb1c436bf0b451187fbb6d12ccc8b0 (patch) | |
tree | 2c2694ab18cac8d3bed71482a191b633a4ae31c0 /www/slash | |
parent | 8acbec2e246ae00f69ee8d00903d88330156d189 (diff) | |
download | freebsd-ports-gnome-67e9ff84cebb1c436bf0b451187fbb6d12ccc8b0.tar.gz freebsd-ports-gnome-67e9ff84cebb1c436bf0b451187fbb6d12ccc8b0.tar.zst freebsd-ports-gnome-67e9ff84cebb1c436bf0b451187fbb6d12ccc8b0.zip |
Correct dependencies.
Submitted by: maintainer
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 \ |