diff options
author | gavan <gavan@pkgsrc.org> | 2004-11-02 19:51:58 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2004-11-02 19:51:58 +0000 |
commit | 8ab736d4de846cd7a769dd7f5de4ec0786e6bc53 (patch) | |
tree | aec56a1df4cd795925808d117716b12ede8f89ae /security | |
parent | c4874e11c047b8d616ec0b6ba5f0a10498feece5 (diff) | |
download | pkgsrc-8ab736d4de846cd7a769dd7f5de4ec0786e6bc53.tar.gz |
librfuncs is not needed on Solaris. Ideally this would be detected by
infrastructure such as a builtin.mk file.
Diffstat (limited to 'security')
-rw-r--r-- | security/gpgme/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 0497dee608a..aa545a184e1 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/10/30 10:25:18 shannonjr Exp $ +# $NetBSD: Makefile,v 1.25 2004/11/02 19:51:58 gavan Exp $ # DISTNAME= gpgme-1.0.1 @@ -41,7 +41,9 @@ CONFIGURE_ARGS+= --without-pth --without-pth-test INFO_FILES= gpgme.info .include "../../security/libgpg-error/buildlink3.mk" +.if ${OPSYS} != "SunOS" .include "../../devel/librfuncs/buildlink3.mk" +.endif .include "../../mk/bsd.pkg.mk" ## |