aboutsummaryrefslogtreecommitdiffstats
path: root/print/lyx16
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2005-06-01 02:34:30 +0800
committerbarner <barner@FreeBSD.org>2005-06-01 02:34:30 +0800
commit27ea2964308215768d53dfb19b768f5073c30225 (patch)
tree09e3fbb96fed0743a4bbebe25e6e2f1fbe4a1a46 /print/lyx16
parent31223833fa034f4f1b23d0c635f143b4fac0ab2f (diff)
downloadfreebsd-ports-gnome-27ea2964308215768d53dfb19b768f5073c30225.tar.gz
freebsd-ports-gnome-27ea2964308215768d53dfb19b768f5073c30225.tar.zst
freebsd-ports-gnome-27ea2964308215768d53dfb19b768f5073c30225.zip
- Use libtool 1.5. This fixes the crash reported in ports/81148 (the reason
of which is probably that some library used by LyX is build with libtool 1.5 now, too. - Bump PORTREVISION: we want working packages on the cluster, don't we? Reported and fixed by: Koji Yokota <yokota@res.otaru-uc.ac.jp> Approved by: thompsa PR: ports/81148 Btw: Welcome to our happy little farm :-)
Diffstat (limited to 'print/lyx16')
-rw-r--r--print/lyx16/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile
index c012543a29b0..c0fc58011529 100644
--- a/print/lyx16/Makefile
+++ b/print/lyx16/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lyx
PORTVERSION= 1.3.5
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
ftp://planetmirror.com/pub/lyx/stable/ \
@@ -30,7 +31,7 @@ USE_PERL5= yes
USE_PYTHON= yes
USE_GETTEXT= yes
USE_GMAKE= yes
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \
--with-extra-inc="${LOCALBASE}/include"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \