Subject: x11/qt3-libs and cups - missing buildlink ?
To: None <tech-pkg@NetBSD.org>
From: Ian Zagorskih <ianzag@megasignal.com>
List: tech-pkg
Date: 03/09/2004 13:52:16
pkgsrc: cvs updated at 09/03/2004 (today)
I found that now resent Makefile.common for qt3-libs explicitly puts configure
argument "-cups" to make qt3 cups aware. On the other hand, there's no cups
buildlink included so with not installed cups package, cups test fails and I
cannot build qt3-libs. If i add to Makefile something like:
.include "../../print/cups/buildlink2.mk"
..all dependencies resolved fine and so on.
Should it be fixed ?
Or probably guard "CONFIGURE_ARGS += -cups" && cups buildlink with old good
USE_CUPS=YES/NO
// wbr