diff options
author | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
commit | 497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /security/pyca | |
parent | 78122d314edeb82e3047dae09d03b73df8b70852 (diff) | |
download | pkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'security/pyca')
-rw-r--r-- | security/pyca/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pyca/Makefile b/security/pyca/Makefile index 1d64b1c6d20..da386a1c489 100644 --- a/security/pyca/Makefile +++ b/security/pyca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:32 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:26 rillig Exp $ # Date-based distfile name for pre-releases leading to 0.6.6. DISTNAME= pyca-20031021 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.pyca.de/ COMMENT= Administration tools for X.509/PKIX CA -NO_BUILD= # defined +NO_BUILD= yes .include "../../mk/bsd.prefs.mk" |