Hello,
in the Makefile there are these lines:
BUILD_DEPENDS=::graphics/jpeg
BUILD_DEPENDS=::print/cups
The first line has no effect. The second was added in r1.46 in february
2005.
I think there are two possible fixes:
1) remove the first line
or
2) change the second one to
BUILD_DEPENDS+=::print/cups
I think we could go with 1).
print/cups has (among others)
LIB_DEPENDS= jpeg.>=62::graphics/jpeg
I had no problems building qt3 for some time and the first line above
has no effect for quite a long time.
I contacted the maintainer (espie@) some months ago. He wanted to look
into this, but seems to haven't had time for this yet. Maybe more useful
work to do on ports :)
Regards,
Markus
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/qt3/Makefile,v
retrieving revision 1.78
diff -u -r1.78 Makefile
--- Makefile 14 May 2007 08:22:00 -0000 1.78
+++ Makefile 4 Aug 2007 14:50:32 -0000
@@ -106,7 +106,6 @@
CONFIGURE_ENV= QTDIR="${WRKSRC}"
LIB_DEPENDS=
-BUILD_DEPENDS=::graphics/jpeg
BUILD_DEPENDS=::print/cups
.if !empty(FLAVOR:L:Mno_mysql)