diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-07-04 23:21:27 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-07-04 23:21:27 +0000 |
commit | 5d679216380381b9a611a4b4e16f3fb9575942ae (patch) | |
tree | 297e030dfc53ad0bf76f6ff1aa0925a9d555a5a0 | |
parent | 19fc514ec6ab42fc84ad28e22df35f1e915e8525 (diff) | |
download | pkgsrc-5d679216380381b9a611a4b4e16f3fb9575942ae.tar.gz |
Add CONFLICTS.
From ISIHARA Takanori.
And replace whitespaces with tab.
-rw-r--r-- | security/gnupg21/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/gnupg21/Makefile b/security/gnupg21/Makefile index 6ce73c1c6a2..e3d61e8dfdb 100644 --- a/security/gnupg21/Makefile +++ b/security/gnupg21/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/07/04 05:26:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2015/07/04 23:21:27 ryoon Exp $ DISTNAME= gnupg-2.1.6 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} @@ -11,7 +11,9 @@ HOMEPAGE= https://www.gnupg.org/ COMMENT= GNUpg with OpenPGP and S/MIME capabilities LICENSE= gnu-gpl-v3 -BUILD_DEFS+= VARBASE +CONFLICTS= dirmngr-[0-9]* + +BUILD_DEFS+= VARBASE USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config makeinfo USE_LIBTOOL= yes |