diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 04:18:50 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 04:18:50 +0000 |
commit | 81d9e0e4c2b18230ae0b4da1cf53445136073446 (patch) | |
tree | 6117a878b67570102cbbfd34b809df997b818d49 /mail/exim/Makefile | |
parent | Unbreak. (diff) |
Unbreak for ELF.
Submitted by: steve
Notes
Notes:
svn path=/head/; revision=13944
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index cd5090d9de32..cc4ab55637c0 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -3,7 +3,7 @@ # Date created: 23 June 1996 # Whom: axl@iafrica.com # -# $Id: Makefile,v 1.16 1998/10/10 04:12:51 steve Exp $ +# $Id: Makefile,v 1.17 1998/10/12 18:48:52 jseger Exp $ # DISTNAME= exim-2.05 @@ -15,8 +15,6 @@ MAINTAINER= axl@iafrica.com USE_PERL5= YES -BROKEN_ELF= yes - do-configure: ${MKDIR} ${WRKSRC}/Local if [ ! -d ${X11BASE} ] ; then \ |