diff options
author | obache <obache@pkgsrc.org> | 2011-12-18 11:33:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-12-18 11:33:42 +0000 |
commit | 3578ee84ea17ec2a8d64135e20787ac6063be1d7 (patch) | |
tree | 3d02855a85879d955a5b54afc141f40b3801bce0 /mail/cue/Makefile | |
parent | 78f0d39199e6ed0b1b67dae90a1b742858c702e3 (diff) | |
download | pkgsrc-3578ee84ea17ec2a8d64135e20787ac6063be1d7.tar.gz |
Fixes for OpenSSL without MD2 support.
Diffstat (limited to 'mail/cue/Makefile')
-rw-r--r-- | mail/cue/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/cue/Makefile b/mail/cue/Makefile index 94fcf27d143..9d2a6e838bb 100644 --- a/mail/cue/Makefile +++ b/mail/cue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2011/12/17 12:48:23 marino Exp $ +# $NetBSD: Makefile,v 1.63 2011/12/18 11:33:42 obache Exp $ DISTNAME= cue-snap-20100426 PKGNAME= ${DISTNAME:S/snap-//} @@ -10,9 +10,6 @@ HOMEPAGE= # not available COMMENT= Mh-e like mail user agent LICENSE= modified-bsd -# When cue supports OpenSSL 1.0 (e.g no MD2), remove following line: -NOT_FOR_PLATFORM= DragonFly-*-* - PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes |