pkgsrc/x11/py-qt3-modules/buildlink2.mk
jmc d07560dbb5 On all of these create symlinks from the libraries installed under PYSITELIB
to QTDIR/lib as qmake builds libtool archives that reference themselves
as coming from QTDIR/lib.
XXX - This really should be fixed in qmake.conf or something and not in
each package but for now it fixes 5 broken packages (these + devel/eric3)
2003-08-19 04:35:03 +00:00

14 lines
439 B
Makefile

# $NetBSD: buildlink2.mk,v 1.2 2003/08/19 04:35:04 jmc Exp $
.if !defined(PY_QT3_MODULES_BUILDLINK2_MK)
PY_QT3_MODULES_BUILDLINK2_MK= # defined
.include "../../lang/python/pyversion.mk"
BUILDLINK_PACKAGES+= pyqt3modules
BUILDLINK_DEPENDS.pyqt3modules?= ${PYPKGPREFIX}-qt3-modules>=3.7nb1
BUILDLINK_PKGSRCDIR.pyqt3modules?= ../../x11/py-qt3-modules
.include "../../x11/py-qt3-base/buildlink2.mk"
.endif # PY_QT3_MODULES_BUILDLINK2_MK