diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-05 12:32:13 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-05 12:32:13 +0000 |
commit | bed0739f29b8534404a75b341ea19fc4288e2ef1 (patch) | |
tree | c086c43f61863cd5c56eec06852972ab8eb26e41 /print/lyx16 | |
parent | Attempt 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/lyx16')
-rw-r--r-- | print/lyx16/Makefile | 2 |
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 |