diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
commit | 579e97796954edc2469fac176e855589e1dc2997 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /print/scribus | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index ca084a749e0..a64cea30904 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/10/18 18:00:44 drochner Exp $ +# $NetBSD: Makefile,v 1.30 2005/12/05 23:55:16 rillig Exp $ DISTNAME= scribus-1.2.3 PKGREVISION= 1 @@ -17,13 +17,13 @@ USE_LIBTOOL= YES SHLIBTOOL_OVERRIDE= libtool GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-qt-dir=${QTDIR} \ +CONFIGURE_ARGS+= --with-qt-dir=${QTDIR:Q} \ --with-extra-libs=${LOCALBASE}/lib \ --with-extra-includes=${LOCALBASE}/include # XXX should work with other Python versions, but there are # stupid assumptions in the configure script PYTHON_VERSION_REQD= 24 -CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE} +CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE:Q} # avoid CUPS libs to be pulled in CONFIGURE_ENV+= ac_cv_prog_hacups=no |