diff options
author | drochner <drochner@pkgsrc.org> | 2005-10-18 18:00:44 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-10-18 18:00:44 +0000 |
commit | b566835524ce99e937a3a04d63cf2bd935c5dcea (patch) | |
tree | fcb9ab80a3dc439a3dd7aa80390721b50b0a4665 /print/scribus/Makefile | |
parent | 9075f0013956009c2934467293782553b60bc078 (diff) | |
download | pkgsrc-b566835524ce99e937a3a04d63cf2bd935c5dcea.tar.gz |
enablr Python scripting, ride on the recent PKGREVISION bump
Diffstat (limited to 'print/scribus/Makefile')
-rw-r--r-- | print/scribus/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 4188b3f44bb..ca084a749e0 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/10/18 15:44:56 reed Exp $ +# $NetBSD: Makefile,v 1.29 2005/10/18 18:00:44 drochner Exp $ DISTNAME= scribus-1.2.3 PKGREVISION= 1 @@ -20,6 +20,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-qt-dir=${QTDIR} \ --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} # avoid CUPS libs to be pulled in CONFIGURE_ENV+= ac_cv_prog_hacups=no @@ -31,5 +35,6 @@ CONFIGURE_ENV+= ac_cv_prog_hacups=no BUILDLINK_DEPMETHOD.qt3-tools= build .include "../../x11/qt3-tools/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" +.include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |