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 | 84f8383a17a711940ec3670e8a6441dd87601785 (patch) | |
tree | 2784ce49d5901d960b25429e554bf6e035c7b795 /mail/libesmtp | |
parent | 91b487c21ba0b9a7f7a4bb75bb57e5082aadff60 (diff) | |
download | pkgsrc-84f8383a17a711940ec3670e8a6441dd87601785.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 |