Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2007 22:00:46 GMT
From:      Robert Gogolok <gogo@cs.uni-sb.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/108103: [print/hplip] wrong usage of options
Message-ID:  <200701182200.l0IM0kr9075174@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/108103; it has been noted by GNATS.

From: Robert Gogolok <gogo@cs.uni-sb.de>
To: bug-followup@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701182200.l0IM0kr9075174>