diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2002-07-04 09:20:30 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2002-07-04 09:20:30 +0000 |
commit | c31a69e966c100581b7620331a3826a57ac6f16c (patch) | |
tree | 9793d2c617aff4e42b15d1c7da80ab683184fc4b /print | |
parent | Update to the new, open source, version 1.0RC4. (diff) |
Bump XForms lib. version.
Notes
Notes:
svn path=/head/; revision=62421
Diffstat (limited to 'print')
-rw-r--r-- | print/cjk-lyx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index 6330e2e0cd9b..227ba83f1783 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= yes |