diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-16 08:43:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-16 08:43:32 +0000 |
commit | ed2f44d9963138ad4ededa9b1c0cf81ea18c549b (patch) | |
tree | f08956f80f0d30f11da2ea5a4067fd820383c963 /x11/qt2-examples | |
parent | 713477dc2cbe6cd6486e86c3f7d051d51614ac93 (diff) | |
download | pkgsrc-ed2f44d9963138ad4ededa9b1c0cf81ea18c549b.tar.gz |
s/NO_BUILDLINK_ONLY/USE_BUILDLINK_ONLY/
Diffstat (limited to 'x11/qt2-examples')
-rw-r--r-- | x11/qt2-examples/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt2-examples/Makefile b/x11/qt2-examples/Makefile index cc6a3678fd2..2d9d8209c0b 100644 --- a/x11/qt2-examples/Makefile +++ b/x11/qt2-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/06/23 19:37:30 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/11/16 08:43:32 jlam Exp $ # PKGNAME= qt2-examples-${QTVERSION} @@ -6,7 +6,7 @@ COMMENT= QT2 Tutorial, example code and HTML documentation .include "../qt2-libs/Makefile.common" -NO_BUILDLINK_ONLY= yes +USE_BUILDLINK_ONLY= yes BUILDLINK_DEPENDS.qt2-libs= qt2-libs-${QTVERSION} CONFIGURE_ENV+= QTDIR=${QTPREFIX} |