diff options
author | skrll <skrll@pkgsrc.org> | 2001-12-10 13:57:16 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-12-10 13:57:16 +0000 |
commit | fae6ca5977d1547b688b0001c5c382e62f7653c9 (patch) | |
tree | 7653ff6bd5175c6615f4c8eb91b2c6c92a78036f /x11 | |
parent | 3de3618262fa49902567616a5507197c5e521b55 (diff) | |
download | pkgsrc-fae6ca5977d1547b688b0001c5c382e62f7653c9.tar.gz |
Fix dependency directory reference.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibdocs2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibdocs2/Makefile b/x11/kdelibdocs2/Makefile index d68737b3f5f..2d03fb247bd 100644 --- a/x11/kdelibdocs2/Makefile +++ b/x11/kdelibdocs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/12/04 13:05:06 skrll Exp $ +# $NetBSD: Makefile,v 1.5 2001/12/10 13:57:16 skrll Exp $ DISTNAME= kdelibs-2.2.2 PKGNAME= ${DISTNAME:S/kdelib/kdelibdoc/} @@ -7,7 +7,7 @@ COMMENT= KDE library documentation .include "../../x11/kde2/Makefile.kde2" -BUILD_DEPENDS+= kdoc>=2.2.2:../../textproc/kdoc2 +BUILD_DEPENDS+= kdoc>=2.2.2:../../textproc/kdoc DEPENDS+= qt2-docs>=2.3.1:../../x11/qt2-docs USE_X11BASE= yes |