diff options
author | ade <ade@FreeBSD.org> | 2006-03-05 21:38:28 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-03-05 21:38:28 +0000 |
commit | db75ef87f24c9dc6af54626d990a5975af1a48d5 (patch) | |
tree | 58b167cdf4306087e0615e7fee1df7732123fe9a /textproc/latte | |
parent | b54eac46fed68e1e6297205f0ec0ee42c4cc5d3a (diff) | |
download | FreeBSD-ports-db75ef87f24c9dc6af54626d990a5975af1a48d5.zip FreeBSD-ports-db75ef87f24c9dc6af54626d990a5975af1a48d5.tar.gz |
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)
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 5bd6370..78286ac 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}" \ |