summaryrefslogtreecommitdiff
path: root/x11/qwt
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-03-23 23:15:25 +0000
committerdmcmahill <dmcmahill>2000-03-23 23:15:25 +0000
commit009235ec22b833d9c76db6967b2c54ca49adb5b7 (patch)
treed9cc93cbbbe2fe0552dde6c0b189b25f110eaa63 /x11/qwt
parenta445c1d5ff284cba0eece8eec7f6212142e4f579 (diff)
downloadpkgsrc-009235ec22b833d9c76db6967b2c54ca49adb5b7.tar.gz
update dependency to qt1-1.44 instead of qt-1.44
Diffstat (limited to 'x11/qwt')
-rw-r--r--x11/qwt/Makefile4
-rw-r--r--x11/qwt/files/Makefile.apps4
-rw-r--r--x11/qwt/files/Makefile.common6
3 files changed, 7 insertions, 7 deletions
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