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/qca2-gnupg/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/security/qca2-gnupg/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- pkgsrc/security/qca2-gnupg/Makefile 2015/04/25 14:24:49 1.18 +++ pkgsrc/security/qca2-gnupg/Makefile 2015/09/24 23:34:00 1.19 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2015/04/25 14:24:49 tnn Exp $ +# $NetBSD: Makefile,v 1.19 2015/09/24 23:34:00 ryoon Exp $ DISTNAME= qca-gnupg-2.0.0-beta3 PKGNAME= qca2-gnupg-${DISTNAME:S/-beta/beta/:C/.*-//} -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= security MASTER_SITES= http://delta.affinix.com/download/qca/2.0/plugins/ EXTRACT_SUFX= .tar.bz2 @@ -12,6 +12,8 @@ HOMEPAGE= http://delta.affinix.com/qca/ COMMENT= Cross-platform crypto API for QT - GnuPG plugin LICENSE= gnu-lgpl-v2.1 +DEPENDS+= gnupg2>=2.0<2.1:../../security/gnupg2 + USE_TOOLS+= gmake USE_LIBTOOL= yes HAS_CONFIGURE= yes @@ -24,5 +26,4 @@ CONFIGURE_ARGS+= --plugins-path=${DESTDI #CONFIGURE_ARGS+= --with-openssl-lib=${SSLBASE}/lib .include "../../security/qca2/buildlink3.mk" -.include "../../security/gnupg2/buildlink3.mk" .include "../../mk/bsd.pkg.mk"