diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-20 21:31:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-20 21:31:38 +0000 |
commit | 285451141aff7bc02126db92fcbbc96ad3b7f54e (patch) | |
tree | e7d7159a057cb577a41af617746be5cea971bc7b /x11/qwt | |
parent | 594e8879462e7e6ec6e86a6dee7919c890fe7be5 (diff) | |
download | pkgsrc-285451141aff7bc02126db92fcbbc96ad3b7f54e.tar.gz |
Remove redundant setting for BUILDLINK_DEPENDS.qt2-libs.
Diffstat (limited to 'x11/qwt')
-rw-r--r-- | x11/qwt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile index f33beae8c6d..5438ace0430 100644 --- a/x11/qwt/Makefile +++ b/x11/qwt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/08/25 21:52:43 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2002/09/20 21:31:38 jlam Exp $ DISTNAME= qwt-0.3.0 PKGREVISION= 1 @@ -9,9 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://sourceforge.net/projects/qwt COMMENT= Qt widget library for technical purposes -BUILDLINK_DEPENDS.qt2-libs= qt2-libs>=2.3.1nb2 USE_BUILDLINK2= yes - USE_X11BASE= yes USE_GMAKE= yes USE_LIBTOOL= yes |