diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-03-05 21:38:28 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-03-05 21:38:28 +0000 |
commit | eb1fd821f2ff25ffd9fe86225c4304caec1b7438 (patch) | |
tree | f895c10d0fcc95d038a5f1c95b61d73cff1d0fe1 /textproc/latte | |
parent | Unbreak fallout from libtool commit. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=156969
Diffstat (limited to 'textproc/latte')
-rw-r--r-- | textproc/latte/Makefile | 4 |
1 files 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}" \ |