pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/nail Use the buildlink for openssl and libiconv. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef5fe2d4466e
branches:  trunk
changeset: 487391:ef5fe2d4466e
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Thu Jan 13 16:04:00 2005 +0000

description:
Use the buildlink for openssl and libiconv. This allows nail to build
properly on platforms that don't have these as standard.

>From georg schwarz in PR#28766.

diffstat:

 mail/nail/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4b81741fc3fb -r ef5fe2d4466e mail/nail/Makefile
--- a/mail/nail/Makefile        Thu Jan 13 15:43:18 2005 +0000
+++ b/mail/nail/Makefile        Thu Jan 13 16:04:00 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2004/12/24 12:53:47 cjep Exp $
+# $NetBSD: Makefile,v 1.26 2005/01/13 16:04:00 cjep Exp $
 
 DISTNAME=      nail-11.17
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=nail/}
 EXTRACT_SUFX=  .tar.bz2
@@ -37,4 +38,6 @@
                ${INSTALL_DATA_DIR} ${EGDIR}
                ${INSTALL_DATA} ${WRKSRC}/nail.rc ${EGDIR}
 
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index