diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-19 02:52:46 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-19 02:52:46 +0000 |
commit | b5425f7502ea18030cc349a100242f7b00b4dc8d (patch) | |
tree | 8f17e2af52a3d6f016f2923bc6564050d6d98caa /converters/base64 | |
parent | e6580404a6ec3d5067001a0b9bce5ba81aab30f3 (diff) | |
download | pkgsrc-b5425f7502ea18030cc349a100242f7b00b4dc8d.tar.gz |
OpenSSL has not had base64 for a while now, so these two no longer need
to conflict. Noted by Bernhard Riedel.
Diffstat (limited to 'converters/base64')
-rw-r--r-- | converters/base64/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile index 0b3b75d4656..6e3beb57ee5 100644 --- a/converters/base64/Makefile +++ b/converters/base64/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/11/12 03:39:39 jschauma Exp $ +# $NetBSD: Makefile,v 1.12 2003/11/19 02:52:46 jschauma Exp $ # DISTNAME= base64-1.3 @@ -11,7 +11,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.fourmilab.ch/webtools/base64/ COMMENT= Encode and decode base64 files -CONFLICTS= openssl-[0-9]* GNU_CONFIGURE= yes ALL_TARGET= prog USE_BUILDLINK2= yes |