diff options
author | reed <reed> | 2005-10-18 15:44:56 +0000 |
---|---|---|
committer | reed <reed> | 2005-10-18 15:44:56 +0000 |
commit | 37861dd13147fecb501dcad477b02d39ce7a9fe5 (patch) | |
tree | bc03e04e3d61772a0dd36c21c45db15e14cd9e45 /print | |
parent | 9a2f1acf2f091f722e37160a396b3340172ab61c (diff) | |
download | pkgsrc-37861dd13147fecb501dcad477b02d39ce7a9fe5.tar.gz |
Set BUILDLINK_DEPMETHOD.qt3-tools= build
and bump PKGREVISION.
This is for PR #31852.
objdump showed me that it didn't use qt3-tools libraries.
And it appeared to start up fine without it.
Also, the PR submitter said he could run scribus without the
qt3-tools installed.
(Maybe this should be set in x11/qt3-tools/buildlink3.mk?)
Diffstat (limited to 'print')
-rw-r--r-- | print/scribus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 897bfb9f4c6..4188b3f44bb 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2005/10/06 18:00:39 drochner Exp $ +# $NetBSD: Makefile,v 1.28 2005/10/18 15:44:56 reed Exp $ DISTNAME= scribus-1.2.3 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.scribus.org.uk/downloads/1.2.3/ EXTRACT_SUFX= .tar.bz2 @@ -27,6 +28,7 @@ CONFIGURE_ENV+= ac_cv_prog_hacups=no .include "../../graphics/libart2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/qt3-libs/buildlink3.mk" +BUILDLINK_DEPMETHOD.qt3-tools= build .include "../../x11/qt3-tools/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |