summaryrefslogtreecommitdiff
path: root/mail/pine
diff options
context:
space:
mode:
authorrodent <rodent>2014-05-25 01:24:17 +0000
committerrodent <rodent>2014-05-25 01:24:17 +0000
commit06dd1b91d4e0b1301f2fecca7bdd6e35bbc4b084 (patch)
tree68fa99f022a5bddac5007d7ace435ba8913ef827 /mail/pine
parent064322f5ed72acf1a2ebc0ac84285f43b4f47af9 (diff)
downloadpkgsrc-06dd1b91d4e0b1301f2fecca7bdd6e35bbc4b084.tar.gz
Fix build for OpenBSD. It doesn't have -lcrypt.
Diffstat (limited to 'mail/pine')
-rw-r--r--mail/pine/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile
index 668744e9ea0..333f47af1a2 100644
--- a/mail/pine/Makefile
+++ b/mail/pine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2014/03/09 10:55:40 roy Exp $
+# $NetBSD: Makefile,v 1.131 2014/05/25 01:24:17 rodent Exp $
DISTNAME= pine4.64
PKGNAME= pine-4.64
@@ -39,6 +39,10 @@ BUILDNAME= neb
BUILDFILE= neb
.endif
+.if ${OPSYS} == "OpenBSD"
+BUILDLINK_TRANSFORM+= rm:-lcrypt
+.endif
+
.if !empty(CC_VERSION:Mgcc-*)
UNLIMIT_RESOURCES+= datasize
.endif