Use "${MODQT4_LIB_DEPENDS}".

Ok ajacoutot@
This commit is contained in:
dcoppa 2011-04-20 05:19:06 +00:00
parent 63c0312407
commit f71326e0f3
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.59 2010/11/20 09:48:39 espie Exp $
# $OpenBSD: Makefile,v 1.60 2011/04/20 05:19:06 dcoppa Exp $
COMMENT= graphical frontend for LaTeX (nearly WYSIWYG)
@ -22,7 +22,7 @@ MODULES= devel/gettext lang/python x11/qt4
RUN_DEPENDS= print/texlive/base \
graphics/ImageMagick
LIB_DEPENDS= x11/qt4>=4.5.3 \
LIB_DEPENDS= ${MODQT4_LIB_DEPENDS}>=4.5.3 \
devel/boost \
textproc/aspell/core

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2011/01/16 17:07:05 jasper Exp $
# $OpenBSD: Makefile,v 1.31 2011/04/20 05:19:06 dcoppa Exp $
SHARED_ONLY= Yes
@ -38,7 +38,7 @@ PKG_ARCH-docs= *
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/py-sip>=4.12 \
x11/dbus-python
LIB_DEPENDS= x11/qt4>=4.7.0 \
LIB_DEPENDS= ${MODQT4_LIB_DEPENDS}>=4.7.0 \
${MODPY_LIB_DEPENDS}
NO_REGRESS= Yes