svn commit: r302949 - head/print/cups-base

Dirk Meyer dinoex at FreeBSD.org
Wed Aug 22 17:59:57 UTC 2012


Author: dinoex
Date: Wed Aug 22 17:59:57 2012
New Revision: 302949
URL: http://svn.freebsd.org/changeset/ports/302949

Log:
  - fix option PYTHON
  PR:		170801
  Submitted by:	Artis Caune

Modified:
  head/print/cups-base/Makefile

Modified: head/print/cups-base/Makefile
==============================================================================
--- head/print/cups-base/Makefile	Wed Aug 22 17:40:21 2012	(r302948)
+++ head/print/cups-base/Makefile	Wed Aug 22 17:59:57 2012	(r302949)
@@ -167,7 +167,7 @@ PLIST_SUB+=		WITH_PDFTOPS=""
 PLIST_SUB+=		WITH_PDFTOPS="@comment "
 .endif
 
-.if !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MPYTHON)}
+.if !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MPYTHON}
 CONFIGURE_ARGS+=	--with-python
 USE_PYTHON=		yes
 .include "${PORTSDIR}/Mk/bsd.python.mk"



More information about the svn-ports-head mailing list