pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/bogofilter Add dependency on gsl instead of using...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4e0d15e9f7c
branches:  trunk
changeset: 490664:a4e0d15e9f7c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 17 14:25:48 2005 +0000

description:
Add dependency on gsl instead of using the version coming
with the package. From Takahiro Kambe in PR 29354.
Bump PKGREVISION.

diffstat:

 mail/bogofilter/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 60b0ba0017a1 -r a4e0d15e9f7c mail/bogofilter/Makefile
--- a/mail/bogofilter/Makefile  Thu Mar 17 14:23:46 2005 +0000
+++ b/mail/bogofilter/Makefile  Thu Mar 17 14:25:48 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2005/01/17 15:22:33 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2005/03/17 14:25:48 wiz Exp $
 
 DISTNAME=      bogofilter-0.92.8
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bogofilter/}
 EXTRACT_SUFX=  .tar.bz2
@@ -26,4 +26,5 @@
 BUILDLINK_TRANSFORM+=  l:db:db4
 
 .include "../../databases/db4/buildlink3.mk"
+.include "../../math/gsl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index