pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gpgme librfuncs is not needed on Solaris. Ide...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a102a217441
branches:  trunk
changeset: 482754:7a102a217441
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Tue Nov 02 19:51:58 2004 +0000

description:
librfuncs is not needed on Solaris. Ideally this would be detected by
infrastructure such as a builtin.mk file.

diffstat:

 security/gpgme/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 78cad671e438 -r 7a102a217441 security/gpgme/Makefile
--- a/security/gpgme/Makefile   Tue Nov 02 19:46:19 2004 +0000
+++ b/security/gpgme/Makefile   Tue Nov 02 19:51:58 2004 +0000
@@ -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 @@
 INFO_FILES=            gpgme.info
 
 .include "../../security/libgpg-error/buildlink3.mk"
+.if ${OPSYS} != "SunOS"
 .include "../../devel/librfuncs/buildlink3.mk"
+.endif
 .include "../../mk/bsd.pkg.mk"
 
 ##



Home | Main Index | Thread Index | Old Index