aboutsummaryrefslogtreecommitdiffstats
path: root/print/lyx16
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-03-05 20:32:13 +0800
committerdirk <dirk@FreeBSD.org>2001-03-05 20:32:13 +0800
commit208131929b701cefcd803fdfd007eeecac8d6376 (patch)
tree5c17ea6dd2ba8b910ca8ef0f1bd91b1e826dc53f /print/lyx16
parent37b062ed62665ace31e4373b458cc75681213764 (diff)
downloadfreebsd-ports-gnome-208131929b701cefcd803fdfd007eeecac8d6376.tar.gz
freebsd-ports-gnome-208131929b701cefcd803fdfd007eeecac8d6376.tar.zst
freebsd-ports-gnome-208131929b701cefcd803fdfd007eeecac8d6376.zip
Fix name of xforms library (xforms.0 -> forms.0).
Submitted by: steve
Diffstat (limited to 'print/lyx16')
-rw-r--r--print/lyx16/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile
index 29f63314b519..3a240c66d63b 100644
--- a/print/lyx16/Makefile
+++ b/print/lyx16/Makefile
@@ -24,7 +24,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
USE_GMAKE= yes