aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-06-10 15:04:47 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-06-10 15:04:47 +0000
commitcd7809365ba2f5e5e4c393aa3ffbc698dcf76d9c (patch)
tree4aeb5e6266c44fa1e06270902b1cf7541391a747 /print
parent75c32548aa2413213500109fede920dce9c72db1 (diff)
Notes
Diffstat (limited to 'print')
-rw-r--r--print/xfce4-print/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile
index 4e62390fe0e0..6e42001cd942 100644
--- a/print/xfce4-print/Makefile
+++ b/print/xfce4-print/Makefile
@@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--enable-bsdlpr --with-printcap=/etc/printcap
PLIST_SUB+= LPR=""
.endif
-if defined(WITHOUT_LPR) && !defined(WITH_CUPS)
+.if defined(WITHOUT_LPR) && !defined(WITH_CUPS)
IGNORE= You have to define WITH_CUPS or undefine WITHOUT_LPR in order to install this port.
.endif