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 | cdd823a919f2389942d1285bbf4a2d2a33b26022 (patch) | |
tree | 16346fdc5ae839806988a2217ff67a34067abe2a /security | |
parent | bd15581fd0dd25ecb3d9034a53e92d278a727a4b (diff) | |
download | pkgsrc-cdd823a919f2389942d1285bbf4a2d2a33b26022.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" |