diff options
author | taca <taca@pkgsrc.org> | 2012-12-04 11:19:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-12-04 11:19:13 +0000 |
commit | 905ff54c6e96d244907dcef04a69cfa4d67d4489 (patch) | |
tree | 65d7cbd084e935b50468d6d79a61e736c9b1b44e /mail/fml4 | |
parent | 05c38be3d935bc6e15230cc9f5a975207b2d31d9 (diff) | |
download | pkgsrc-905ff54c6e96d244907dcef04a69cfa4d67d4489.tar.gz |
Add dependency to p5-Perl4-CoreLibs to fix build problem with perl 5.16.
Bump PKGREVISION.
Diffstat (limited to 'mail/fml4')
-rw-r--r-- | mail/fml4/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/fml4/Makefile b/mail/fml4/Makefile index 017e3a9a043..0f5a733a788 100644 --- a/mail/fml4/Makefile +++ b/mail/fml4/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2012/10/08 12:19:12 asau Exp $ +# $NetBSD: Makefile,v 1.5 2012/12/04 11:19:13 taca Exp $ # DISTNAME= fml-4.0-stable-20040215 PKGNAME= fml4-4.0.3.20040215 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail MASTER_SITES= ftp://ftp.fml.org/pub/fml/stable/ @@ -12,6 +12,8 @@ HOMEPAGE= http://www.fml.org/software/fml4/index-e.html COMMENT= FML mailing list server LICENSE= gnu-gpl-v2 OR artistic +DEPENDS+= p5-Perl4-CoreLibs>=0.003:../../devel/p5-Perl4-CoreLibs + PLIST_SRC= ${PKGDIR}/PLIST FML_DIR= fml |