diff options
-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 |