From 009235ec22b833d9c76db6967b2c54ca49adb5b7 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 23 Mar 2000 23:15:25 +0000 Subject: update dependency to qt1-1.44 instead of qt-1.44 --- x11/qwt/Makefile | 4 ++-- x11/qwt/files/Makefile.apps | 4 ++-- x11/qwt/files/Makefile.common | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'x11/qwt') diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile index 7b7345f64e1..1398c824f52 100644 --- a/x11/qwt/Makefile +++ b/x11/qwt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/11/17 18:32:29 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2000/03/23 23:15:25 dmcmahill Exp $ DISTNAME= qwtlib-0.2 CATEGORIES= x11 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.troll.no/qtprogs.html -DEPENDS+= qt-1.44:../../x11/qt +DEPENDS+= qt1-1.44:../../x11/qt1 USE_X11BASE= yes USE_GMAKE= yes diff --git a/x11/qwt/files/Makefile.apps b/x11/qwt/files/Makefile.apps index a6481365559..7112dcc0239 100644 --- a/x11/qwt/files/Makefile.apps +++ b/x11/qwt/files/Makefile.apps @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.apps,v 1.1.1.1 1999/11/17 18:32:29 drochner Exp $ +# $NetBSD: Makefile.apps,v 1.2 2000/03/23 23:15:26 dmcmahill Exp $ # # Makefile rules for Qwt examples # =============================== @@ -15,7 +15,7 @@ CFLAGS = -O2 INCLUDES = -I$(QWTINC) -I$(QTINC) LD = $(CC) LDFLAGS = -LIBS = -L$(QTLIB) -W,l -R$(QTLIB) -lqt -lXext -lX11 -lqwt -lm +LIBS = -L$(QTLIB) -W,l -R$(QTLIB) -lqt1 -lXext -lX11 -lqwt -lm # # IMPLICIT RULES diff --git a/x11/qwt/files/Makefile.common b/x11/qwt/files/Makefile.common index 68753ef6d4f..3496ba9478c 100644 --- a/x11/qwt/files/Makefile.common +++ b/x11/qwt/files/Makefile.common @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 1999/11/17 18:32:29 drochner Exp $ +# $NetBSD: Makefile.common,v 1.2 2000/03/23 23:15:26 dmcmahill Exp $ # # Paths for Qt headers and library # QTDIR=$(PREFIX) -QTINC=$(QTDIR)/include/qt +QTINC=$(QTDIR)/include/qt1 QTLIB=$(QTDIR)/lib -MOC=$(QTDIR)/bin/moc +MOC=$(QTDIR)/bin/moc1 # # Paths for Qwt headers and library -- cgit v1.2.3