diff options
author | jmc <jmc@pkgsrc.org> | 2003-08-04 07:45:27 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-08-04 07:45:27 +0000 |
commit | 62a74bbbba6cb0eb61fc7f8c22c80f9a695aeff9 (patch) | |
tree | 1a46fc699208a9fb872452ab72426e7288e90521 /x11 | |
parent | 448e3f390ffe87f45a9d9388a792a9ca5e52dffb (diff) | |
download | pkgsrc-62a74bbbba6cb0eb61fc7f8c22c80f9a695aeff9.tar.gz |
Make QT3DIR depend on the install location of qt3-docs, not qt3 (as it's not
a package so this otherwise defaults to X11PREFIX which is wrong).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibdocs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibdocs3/Makefile b/x11/kdelibdocs3/Makefile index dda9b645f2c..e42d07ed470 100644 --- a/x11/kdelibdocs3/Makefile +++ b/x11/kdelibdocs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/30 13:39:57 markd Exp $ +# $NetBSD: Makefile,v 1.10 2003/08/04 07:45:27 jmc Exp $ DISTNAME= kdelibs-3.1.3 PKGNAME= kdelibdocs-3.1.3 @@ -14,7 +14,7 @@ DEPENDS+= qt3-docs>=3.1.1:../../x11/qt3-docs USE_X11BASE= yes NO_CONFIGURE= yes -EVAL_PREFIX+= QT3DIR=qt3 +EVAL_PREFIX+= QT3DIR=qt3-docs DOCINSTALLDIR= ${X11PREFIX}/share/doc/kde/HTML/en do-build: |