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).
This commit is contained in:
parent
448e3f390f
commit
62a74bbbba
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue