summaryrefslogtreecommitdiff
path: root/print/lyx
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-03-05 12:32:13 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-03-05 12:32:13 +0000
commitbed0739f29b8534404a75b341ea19fc4288e2ef1 (patch)
treec086c43f61863cd5c56eec06852972ab8eb26e41 /print/lyx
parentAttempt to fix conflicts with a local getopt.h (specifically, the fix is (diff)
Fix name of xforms library (xforms.0 -> forms.0).
Submitted by: steve
Notes
Notes: svn path=/head/; revision=39087
Diffstat (limited to 'print/lyx')
-rw-r--r--print/lyx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 29f63314b519..3a240c66d63b 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/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