summaryrefslogtreecommitdiffstats
path: root/print/cjk-lyx/Makefile
diff options
context:
space:
mode:
authorcjh <cjh@FreeBSD.org>2002-03-23 09:11:48 +0000
committercjh <cjh@FreeBSD.org>2002-03-23 09:11:48 +0000
commitc38dfe38db389b5674db6f68a5d1c996e0204497 (patch)
treed575a5f22dbadd87611578ab5b89f7267de6e51a /print/cjk-lyx/Makefile
parentad4af399bb02822542509055cd625426a38cc37f (diff)
downloadFreeBSD-ports-c38dfe38db389b5674db6f68a5d1c996e0204497.zip
FreeBSD-ports-c38dfe38db389b5674db6f68a5d1c996e0204497.tar.gz
Update to CJK-LyX-1.1.6fix4.
I am not sure that it really works. It doesn't work in my environment (-current today) because libc.3 and libc.5 conflicts due to xforms, in CJK locale mode. It need -stable test. PR: ports/35698 Submitted by: Eric Yu <ericyu@mail2000.com.tw>
Diffstat (limited to 'print/cjk-lyx/Makefile')
-rw-r--r--print/cjk-lyx/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile
index eae9f21..4f54f4f 100644
--- a/print/cjk-lyx/Makefile
+++ b/print/cjk-lyx/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= lyx
-PORTVERSION= 1.1.6.3
+PORTVERSION= 1.1.6.4
CATEGORIES= print
MASTER_SITES= ftp://stone.phys.pusan.ac.kr/pub/CJK-LyX/
PKGNAMEPREFIX= cjk-
-DISTNAME= CJK-LyX-1.1.6fix3-src
+DISTNAME= ${DIST_VER}-src
MAINTAINER= cjh@FreeBSD.org
@@ -19,7 +19,7 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
.if defined(WITH_ISPELL)
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
.endif
-LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
+LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms \
intl.1:${PORTSDIR}/devel/gettext-old
USE_GMAKE= yes
@@ -31,7 +31,9 @@ CONFIGURE_ARGS= --with-extra-lib="${X11BASE}/lib ${LOCALBASE}/lib" \
--with-extra-inc="${X11BASE}/include ${LOCALBASE}/include"
MAKE_ENV+= INTLLIBS="-L${LOCALBASE}/lib -lintl"
MAN1= lyx.1 reLyX.1
-WRKSRC= ${WRKDIR}/CJK-LyX-1.1.6fix3
+
+DIST_VER= CJK-LyX-1.1.6fix4
+WRKSRC= ${WRKDIR}/${DIST_VER}
.if !defined(WITH_ISPELL)
pre-fetch:
OpenPOWER on IntegriCloud