diff options
author | kris <kris@FreeBSD.org> | 2007-01-27 14:58:07 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-27 14:58:07 +0800 |
commit | 4569928553ddb33ea7baa9d95d1ab778723f6013 (patch) | |
tree | 044d958b5c9d5ed19598460da58e0bd152d9f962 /mail | |
parent | fd385a850082f2cfbe0c84e99fceac983f017cd4 (diff) | |
download | freebsd-ports-gnome-4569928553ddb33ea7baa9d95d1ab778723f6013.tar.gz freebsd-ports-gnome-4569928553ddb33ea7baa9d95d1ab778723f6013.tar.zst freebsd-ports-gnome-4569928553ddb33ea7baa9d95d1ab778723f6013.zip |
Use libtool port instead of included one to avoid objformat a.out botch
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libesmtp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 206e1a009ff8..3dc8beedabd9 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -18,6 +18,7 @@ MAINTAINER= mnag@FreeBSD.org COMMENT= A library for posting electronic mail USE_BZIP2= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |