diff options
author | gavan <gavan> | 2003-12-30 12:31:42 +0000 |
---|---|---|
committer | gavan <gavan> | 2003-12-30 12:31:42 +0000 |
commit | e44e4443d312bff091c69718c96f975511459817 (patch) | |
tree | e2bea6f30a4021ef842bc092a29b74797c47e9e9 /mail | |
parent | 72b7a515f85bed141acf32f97b2310f8f35da124 (diff) | |
download | pkgsrc-e44e4443d312bff091c69718c96f975511459817.tar.gz |
Extra dependency required on Solaris, as it's not included in the perl pkg
on all platforms.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sympa/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index fb70a8b5cdd..7b78a6815dc 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:47:06 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/12/30 12:31:42 gavan Exp $ # DISTNAME= sympa-3.4.2 @@ -22,6 +22,10 @@ DEPENDS+= p5-DBD-Sybase>=0.90:../../databases/p5-DBD-Sybase DEPENDS+= p5-DBD-mysql>=2.0407:../../databases/p5-DBD-mysql DEPENDS+= p5-DBD-postgresql>=0.90:../../databases/p5-DBD-postgresql DEPENDS+= p5-perl-ldap>=0.10:../../databases/p5-perl-ldap +DEPENDS.SunOS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File + +OPSYSVARS+= DEPENDS + USE_BUILDLINK2= YES USE_PKGINSTALL= YES |