ports/108103: [print/hplip] wrong usage of options

Robert Gogolok gogo at cs.uni-sb.de
Thu Jan 18 22:00:46 UTC 2007


The following reply was made to PR ports/108103; it has been noted by GNATS.

From: Robert Gogolok <gogo at cs.uni-sb.de>
To: bug-followup at freebsd.org
Cc:  
Subject: Re: ports/108103: [print/hplip] wrong usage of options
Date: Thu, 18 Jan 2007 22:18:41 +0100

 I forgot the check for pylupdate. Maybe this one?
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/print/hplip/Makefile,v
 retrieving revision 1.7
 diff -u -r1.7 Makefile
 --- Makefile  27 Sep 2006 23:00:09 -0000  1.7
 +++ Makefile  18 Jan 2007 21:16:24 -0000
 @@ -48,11 +48,7 @@
  USE_AUTOTOOLS= automake:19:env autoconf:259:env aclocal:19:env
  .endif
 
 -.if exists(${LOCALBASE}/bin/pylupdate)
 -WITH_GUI=  yes
 -.endif
 -
 -.if defined(WITH_GUI)
 +.if !defined(WITHOUT_GUI) || exists(${LOCALBASE}/bin/pylupdate)
  RUN_DEPENDS+=  pylupdate:${PORTSDIR}/x11-toolkits/py-qt
  .endif
 



More information about the freebsd-ports-bugs mailing list