diff options
author | mikeh <mikeh@FreeBSD.org> | 2002-07-04 17:31:36 +0800 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2002-07-04 17:31:36 +0800 |
commit | a2ea877e3b720c6ec69537c0cb5c4e972c1c8721 (patch) | |
tree | b981975c5ca86d26748bb24eccd149455250dad5 /print/lyx14 | |
parent | e9934167662e719d21c1f15904fa2a6384f16daf (diff) | |
download | freebsd-ports-gnome-a2ea877e3b720c6ec69537c0cb5c4e972c1c8721.tar.gz freebsd-ports-gnome-a2ea877e3b720c6ec69537c0cb5c4e972c1c8721.tar.zst freebsd-ports-gnome-a2ea877e3b720c6ec69537c0cb5c4e972c1c8721.zip |
Oops...forgot a few to bump lib. version.
Diffstat (limited to 'print/lyx14')
-rw-r--r-- | print/lyx14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index e17457a7f1e7..e8289b2a8d94 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/Makefile @@ -26,7 +26,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 |