summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorcjep <cjep>2005-01-13 16:04:00 +0000
committercjep <cjep>2005-01-13 16:04:00 +0000
commit2618a4ff6078f51e5def6fcff6ce2a6e4ded0c33 (patch)
tree5aadad028a92219608e14f0e044fdc57e587a8d4 /mail
parent994d6c66fc1d2480451479aa85134d25ed482347 (diff)
downloadpkgsrc-2618a4ff6078f51e5def6fcff6ce2a6e4ded0c33.tar.gz
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 (limited to 'mail')
-rw-r--r--mail/nail/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/nail/Makefile b/mail/nail/Makefile
index 0ca69f346e2..28a5bbc654c 100644
--- a/mail/nail/Makefile
+++ b/mail/nail/Makefile
@@ -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 @@ do-install:
${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"