diff options
author | drochner <drochner> | 2003-08-04 20:37:04 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-08-04 20:37:04 +0000 |
commit | 6019f1efe9f39169b3711bef892743c1dda4de7d (patch) | |
tree | 850560f98613fa92e713ad5d43096463be3eeeaa /x11 | |
parent | 266242c3d8f144b85d2c92e8333888aaeea47627 (diff) | |
download | pkgsrc-6019f1efe9f39169b3711bef892743c1dda4de7d.tar.gz |
We have to bump PKGREVISIONs due to the qt3 PREFIX change anyway, so
remove the USE_X11BASE thing from kde3* too.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibdocs3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kdelibdocs3/Makefile b/x11/kdelibdocs3/Makefile index e42d07ed470..83ec4ed5545 100644 --- a/x11/kdelibdocs3/Makefile +++ b/x11/kdelibdocs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/08/04 07:45:27 jmc Exp $ +# $NetBSD: Makefile,v 1.11 2003/08/04 20:37:05 drochner Exp $ DISTNAME= kdelibs-3.1.3 PKGNAME= kdelibdocs-3.1.3 @@ -11,7 +11,6 @@ COMMENT= KDE library documentation BUILD_DEPENDS+= kdoc>=3.0:../../textproc/kdoc DEPENDS+= qt3-docs>=3.1.1:../../x11/qt3-docs -USE_X11BASE= yes NO_CONFIGURE= yes EVAL_PREFIX+= QT3DIR=qt3-docs |