diff options
author | mi <mi@FreeBSD.org> | 2006-04-11 10:05:20 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-04-11 10:05:20 +0800 |
commit | a22a83eadf7e3c105c88b06b9663d67e51815ab8 (patch) | |
tree | 3c359a84b45788b5eb57a87950af268102acd40a /print/lyx-devel/Makefile | |
parent | a02a5b5a69f11a8fcb64cd1903f80be695e04e71 (diff) | |
download | freebsd-ports-gnome-a22a83eadf7e3c105c88b06b9663d67e51815ab8.tar.gz freebsd-ports-gnome-a22a83eadf7e3c105c88b06b9663d67e51815ab8.tar.zst freebsd-ports-gnome-a22a83eadf7e3c105c88b06b9663d67e51815ab8.zip |
Update from 1.3.7 to 1.4.0.
Informed by: James Ian
Diffstat (limited to 'print/lyx-devel/Makefile')
-rw-r--r-- | print/lyx-devel/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index 0e13075cd42e..1d757499c868 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lyx -PORTVERSION= 1.3.7 +PORTVERSION= 1.4.0 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://planetmirror.com/pub/lyx/stable/ \ @@ -16,10 +16,8 @@ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ MAINTAINER= mi@aldan.algebra.com COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - latex:${PORTSDIR}/print/teTeX -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - latex:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX CONFLICTS= cjk-lyx-* @@ -38,7 +36,7 @@ CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \ --with-extra-inc="${LOCALBASE}/include" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" -MAN1= lyx.1 reLyX.1 +MAN1= lyx.1 tex2lyx.1 lyxclient.1 USE_REINPLACE= yes post-configure: |