use correct libname
This commit is contained in:
parent
fedfb965d6
commit
7d85923813
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.25 2002/01/20 09:32:52 mark Exp $
|
# $OpenBSD: Makefile,v 1.26 2002/06/09 04:08:19 wilfried Exp $
|
||||||
|
|
||||||
COMMENT= "graphical frontend for LaTeX (nearly WYSIWYG)"
|
COMMENT= "graphical frontend for LaTeX (nearly WYSIWYG)"
|
||||||
|
|
||||||
@ -23,10 +23,10 @@ PERMIT_PACKAGE_FTP= Yes
|
|||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
BUILD_DEPENDS= ::print/teTeX/base
|
BUILD_DEPENDS= :teTeX_base-*:print/teTeX/base
|
||||||
RUN_DEPENDS= ::print/teTeX/base \
|
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||||
::textproc/ispell
|
:ispell-*:textproc/ispell
|
||||||
LIB_DEPENDS= xforms::x11/xforms \
|
LIB_DEPENDS= forms::x11/xforms \
|
||||||
intl.1::devel/gettext
|
intl.1::devel/gettext
|
||||||
|
|
||||||
CONFIGURE_STYLE= autoconf
|
CONFIGURE_STYLE= autoconf
|
||||||
|
Loading…
Reference in New Issue
Block a user