diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-24 09:55:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-24 09:55:18 +0000 |
commit | b12c12940a99d99d8b358f90fc45cf228f6d4c22 (patch) | |
tree | 2784ce49d5901d960b25429e554bf6e035c7b795 /mail/libesmtp | |
parent | fb867dd06ce775d1ab7557f92092fa564edf421c (diff) | |
download | pkgsrc-b12c12940a99d99d8b358f90fc45cf228f6d4c22.tar.gz |
Whitespace.
Diffstat (limited to 'mail/libesmtp')
-rw-r--r-- | mail/libesmtp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index d0905a125dc..eb127b9d0bc 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/09/24 09:12:19 xtraeme Exp $ +# $NetBSD: Makefile,v 1.8 2003/09/24 09:55:18 jmmv Exp $ DISTNAME= libesmtp-1.0.1 CATEGORIES= mail devel @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --enable-all -CONFIGURE_ARGS+= --disable-isoc +CONFIGURE_ARGS+= --disable-isoc # XXX Evil hack to deal with the openssl/des.h interface change # between 0.96 and 0.97 |