aboutsummaryrefslogtreecommitdiff
path: root/print/cups-base
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-08-22 17:59:57 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-08-22 17:59:57 +0000
commit857d444e9ac6fa19c6aa912692b134ad7b4260ba (patch)
treef1f75497b231fce082ac7b8a11f5fe8d0256fbe9 /print/cups-base
parent370b532bd6ca1d30d6d5a43a4863e8e922ecd43a (diff)
downloadports-857d444e9ac6fa19c6aa912692b134ad7b4260ba.tar.gz
ports-857d444e9ac6fa19c6aa912692b134ad7b4260ba.zip
Notes
Diffstat (limited to 'print/cups-base')
-rw-r--r--print/cups-base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 76178591974a..d4b865490d73 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -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"