diff options
author | skrll <skrll@pkgsrc.org> | 2002-06-01 10:59:22 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-06-01 10:59:22 +0000 |
commit | 7ecf22bc65ec748f13f52119bb0cba6437d0439d (patch) | |
tree | a8f204bb499e8c156278c0171a1370c3be3e6228 /x11/qt3-docs | |
parent | c971ca638626094dbebd7b80efa3096c9a2161c5 (diff) | |
download | pkgsrc-7ecf22bc65ec748f13f52119bb0cba6437d0439d.tar.gz |
Rely on the BUILDLINK_DEPENDS in qt3-libs/buildlink.mk.
This fixes pkg/17120 from <reed@reedmedia.net>
Diffstat (limited to 'x11/qt3-docs')
-rw-r--r-- | x11/qt3-docs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt3-docs/Makefile b/x11/qt3-docs/Makefile index 81556aafb8f..53407aec85a 100644 --- a/x11/qt3-docs/Makefile +++ b/x11/qt3-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/06/01 09:06:38 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/06/01 10:59:22 skrll Exp $ # .include "../qt3-libs/Makefile.common" @@ -7,7 +7,6 @@ PKGNAME= qt3-docs-${QTVERSION} COMMENT= Documentation for the QT C++ X GUI toolkit USE_BUILDLINK_ONLY= yes -BUILDLINK_DEPENDS.qt3-libs= qt3-libs-${QTVERSION} NO_PATCH= yes NO_CONFIGURE= yes |