diff options
author | hans <hans@pkgsrc.org> | 2011-09-14 17:39:22 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-09-14 17:39:22 +0000 |
commit | 737b19e37a0581cf1f93330f016ee4c5033c0091 (patch) | |
tree | 16346fdc5ae839806988a2217ff67a34067abe2a /security | |
parent | 48ad78c4dc005b5eeacd5b56c6852b123bbf443b (diff) | |
download | pkgsrc-737b19e37a0581cf1f93330f016ee4c5033c0091.tar.gz |
Use ncurses on SunOS.
Diffstat (limited to 'security')
-rw-r--r-- | security/pinentry/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 56bbc326998..fc8beb539db 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2011/04/22 13:44:38 obache Exp $ +# $NetBSD: Makefile,v 1.29 2011/09/14 17:39:22 hans Exp $ # DISTNAME= pinentry-0.8.1 @@ -27,6 +27,11 @@ post-install: BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0 +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "SunOS" +.include "../../devel/ncurses/buildlink3.mk" +.endif + .include "../../converters/libiconv/buildlink3.mk" .include "../../security/libgpg-error/buildlink3.mk" .include "../../security/libksba/buildlink3.mk" |