diff options
author | adam <adam@pkgsrc.org> | 2008-10-09 10:33:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-10-09 10:33:40 +0000 |
commit | c2e68262f05598c491bfd31b94a1dff8850348a6 (patch) | |
tree | 1c6b234060791d9021c7455cf0e59e9ea4464064 /print/scribus/Makefile | |
parent | 731b999fc81d18cb8435b73c0a56e3df28af5362 (diff) | |
download | pkgsrc-c2e68262f05598c491bfd31b94a1dff8850348a6.tar.gz |
Changes 1.3.3.12:
* Bug fixes and improvements
Diffstat (limited to 'print/scribus/Makefile')
-rw-r--r-- | print/scribus/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 398fb358be3..cbbef3eaa99 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.55 2008/10/09 10:33:40 adam Exp $ -DISTNAME= scribus-1.3.3.11 +DISTNAME= scribus-1.3.3.12 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/} EXTRACT_SUFX= .tar.bz2 @@ -11,29 +11,29 @@ COMMENT= Publishing layout with graphical interface PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= gmake perl -USE_LANGUAGES= c c++ -PTHREAD_OPTS+= require - USE_DIRS+= xdg-1.4 +USE_LANGUAGES= c c++ USE_LIBTOOL= YES +USE_TOOLS+= gmake perl +PTHREAD_OPTS+= require SHLIBTOOL_OVERRIDE= # empty - GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-qt-dir=${QTDIR:Q} \ - --with-extra-libs=${LOCALBASE}/lib \ - --with-extra-includes=${LOCALBASE}/include +CONFIGURE_ARGS+= --enable-cairo +CONFIGURE_ARGS+= --with-extra-includes=${PREFIX}/include +CONFIGURE_ARGS+= --with-extra-libs=${PREFIX}/lib +CONFIGURE_ARGS+= --with-qt-dir=${QTDIR} # XXX should work with other Python versions, but there are # stupid assumptions in the configure script PYTHON_VERSIONS_ACCEPTED= 25 24 -CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE:Q} +CONFIGURE_ARGS+= --with-pythondir=${PREFIX} # avoid CUPS libs to be pulled in CONFIGURE_ENV+= ac_cv_prog_hacups=no +.include "../../graphics/cairo/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" -.include "../../graphics/tiff/buildlink3.mk" BUILDLINK_API_DEPENDS.libart+= libart>=2.3.19nb1 .include "../../graphics/libart/buildlink3.mk" +.include "../../graphics/tiff/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" |