summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg>2007-03-19 14:46:35 +0000
committerjoerg <joerg>2007-03-19 14:46:35 +0000
commit35bca7ec1923737568f5e65fd96f51b24c993194 (patch)
tree8191898e85ab3fab7bed4e4037fe699352869d31 /print
parentbb4526b161ab58f6599210e2cf3ff69363d4b0a1 (diff)
downloadpkgsrc-35bca7ec1923737568f5e65fd96f51b24c993194.tar.gz
Pass down correct locale dir to configure.
Diffstat (limited to 'print')
-rw-r--r--print/cups/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 4634b233d2a..005817f1d7d 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2007/03/18 13:17:53 markd Exp $
+# $NetBSD: Makefile,v 1.118 2007/03/19 14:46:35 joerg Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -38,6 +38,7 @@ INSTALL_TARGET= installcups
AUTOCONF_REQD= 2.60
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-localedir=${PREFIX}/${PKGLOCALEDIR}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --with-cachedir=${VARBASE:Q}/cache/cups