diff options
author | gdt <gdt@pkgsrc.org> | 2005-11-16 12:36:58 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2005-11-16 12:36:58 +0000 |
commit | 510528ea81b097b87657068eec255d3511d2a5b6 (patch) | |
tree | c70d0048ac0f5238515c5511c355ae30c349dfd8 /graphics/lprof | |
parent | 6f5a002e07d29d62fa52b822623b5bc345d5e5c0 (diff) | |
download | pkgsrc-510528ea81b097b87657068eec255d3511d2a5b6.tar.gz |
Set
BUILDLINK_DEPMETHOD.qt3-tools= build
after checking that none of the executables depend on the libs in
qt3-tools.
PKGREVISION++
Diffstat (limited to 'graphics/lprof')
-rw-r--r-- | graphics/lprof/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/lprof/Makefile b/graphics/lprof/Makefile index c376444e213..5638eb3ec43 100644 --- a/graphics/lprof/Makefile +++ b/graphics/lprof/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2005/11/15 19:49:26 gdt Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/16 12:36:58 gdt Exp $ # DISTNAME= lprof-1.10.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lprof/} -PKGREVISION= 4 +PKGREVISION= 5 MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://lprof.sourceforge.net/ @@ -15,6 +15,8 @@ USE_TOOLS+= gmake MAKE_ENV+= BASEDIR=${PREFIX} QTDIR=${PREFIX}/qt3 MAKE_ENV+= LDFLAGS="${LDFLAGS}" +BUILDLINK_DEPMETHOD.qt3-tools= build + .include "../../x11/qt3-libs/buildlink3.mk" .include "../../x11/qt3-tools/buildlink3.mk" .include "../../graphics/lcms/buildlink3.mk" |