diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 1fda719a3c0..45b23eb0d28 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -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 diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index c4ab143603f..9c94960dd78 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -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