pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/cone Tries to link with -lpcre, at least on Solar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/deb5fdb278df
branches:  trunk
changeset: 604500:deb5fdb278df
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Fri Jun 01 00:09:50 2012 +0000

description:
Tries to link with -lpcre, at least on Solaris, so give it pcre.
PKGREVISION -> 2.

diffstat:

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

diffs (20 lines):

diff -r 2c5fe3bc104e -r deb5fdb278df mail/cone/Makefile
--- a/mail/cone/Makefile        Fri Jun 01 00:02:14 2012 +0000
+++ b/mail/cone/Makefile        Fri Jun 01 00:09:50 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2011/04/22 13:44:02 obache Exp $
+# $NetBSD: Makefile,v 1.11 2012/06/01 00:09:50 dholland Exp $
 
 DISTNAME=      cone-0.84
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=courier/}
 EXTRACT_SUFX=  .tar.bz2
@@ -38,5 +38,6 @@
 CONF_FILES=            ${EGDIR}/cone.dist ${PKG_SYSCONFDIR}/cone
 
 .include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index