Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/security/gpgme/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/security/gpgme/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.58 retrieving revision 1.59 diff -u -p -r1.58 -r1.59 --- pkgsrc/security/gpgme/Makefile 2009/12/03 15:22:39 1.58 +++ pkgsrc/security/gpgme/Makefile 2009/12/15 19:15:38 1.59 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2009/12/03 15:22:39 joerg Exp $ +# $NetBSD: Makefile,v 1.59 2009/12/15 19:15:38 drochner Exp $ # DISTNAME= gpgme-1.1.8 @@ -62,8 +62,10 @@ BUILDLINK_API_DEPENDS.librfuncs+= librfu . include "../../security/gnupg2/buildlink3.mk" CONFIGURE_ARGS+= --with-gpgsm=${BUILDLINK_PREFIX.gnupg2}/bin/gpgsm CONFIGURE_ARGS+= --with-gpg=${BUILDLINK_PREFIX.gnupg2}/bin/gpg2 +REPLACE_SH+= tests/gpg/pinentry .else CONFIGURE_ARGS+= --without-gpgsm +CONFIGURE_ARGS+= --without-gpgconf .endif .include "../../mk/bsd.prefs.mk"