From eb1fd821f2ff25ffd9fe86225c4304caec1b7438 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Sun, 5 Mar 2006 21:38:28 +0000 Subject: [PATCH] Attempt to fix build on 6-ia64. This still builds on 6-i386,amd64. I'm not entirely convinced this is a libtool issue. Submitted by: pointyhat Approved by: portmgr (implicit) --- textproc/latte/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index 5bd63704565f..78286ac727f3 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -16,9 +16,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple language for marking up text in a very expressive way USE_BISON= yes -USE_GETOPT_LONG= yes +USE_GETOPT_LONG=yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf:213 libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-shared MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \