OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
x11/qt3: small Makefile fix

From: Markus Lude (markus.ludegmx.de)
Date: Sat Aug 04 2007 - 10:09:01 CDT


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