diff options
author | wiz <wiz> | 2002-06-01 09:06:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-06-01 09:06:37 +0000 |
commit | 673a36d992fe51ba5f60771b3b778eb716068018 (patch) | |
tree | f0116d1aeb2b36dea8588b0f601264ac4bc87024 /x11/qt3-docs/Makefile | |
parent | c78187de37a5513ab1b535bee1b811dab02f68b9 (diff) | |
download | pkgsrc-673a36d992fe51ba5f60771b3b778eb716068018.tar.gz |
It's USE_BUILDLINK_ONLY, not NO_BUILDLINK_ONLY :-)
Diffstat (limited to 'x11/qt3-docs/Makefile')
-rw-r--r-- | x11/qt3-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-docs/Makefile b/x11/qt3-docs/Makefile index 71537eda977..81556aafb8f 100644 --- a/x11/qt3-docs/Makefile +++ b/x11/qt3-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/03/19 17:54:35 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2002/06/01 09:06:38 wiz Exp $ # .include "../qt3-libs/Makefile.common" @@ -6,7 +6,7 @@ PKGNAME= qt3-docs-${QTVERSION} COMMENT= Documentation for the QT C++ X GUI toolkit -NO_BUILDLINK_ONLY= yes +USE_BUILDLINK_ONLY= yes BUILDLINK_DEPENDS.qt3-libs= qt3-libs-${QTVERSION} NO_PATCH= yes |