diff options
author | mnag <mnag@FreeBSD.org> | 2006-09-10 13:11:00 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-09-10 13:11:00 +0800 |
commit | f669f89c30b8ae1e06e5086232972427a6a0aa09 (patch) | |
tree | 7c99f356df00ff4c08176113d08b596fb82ddac7 /mail | |
parent | 1e3b736e7ec73c6c496f37a7e7d735b3bdcaa225 (diff) | |
download | freebsd-ports-graphics-f669f89c30b8ae1e06e5086232972427a6a0aa09.tar.gz freebsd-ports-graphics-f669f89c30b8ae1e06e5086232972427a6a0aa09.tar.zst freebsd-ports-graphics-f669f89c30b8ae1e06e5086232972427a6a0aa09.zip |
- Fix build on 6.x using libtool from ports. Maybe 5.x and 4.x too.
Notified by: Alan Batie <alan___batie.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libspf2-10/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/libspf2-10/Makefile b/mail/libspf2-10/Makefile index 87e864f06ef..77dd6c78bc7 100644 --- a/mail/libspf2-10/Makefile +++ b/mail/libspf2-10/Makefile @@ -19,6 +19,7 @@ CONFLICTS= ${PORTNAME}-1.2.* LATEST_LINK= ${PORTNAME}-${PORTVERSION:S/.//:R} +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |