diff options
author | tron <tron@pkgsrc.org> | 1998-06-28 22:10:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-28 22:10:01 +0000 |
commit | e33273c9dd17dc50920a3d6b8c73ea01d85b52fe (patch) | |
tree | 0ced4f6eb83b1dac966b2e551567e38a5e431d9a /x11 | |
parent | ef02c41966e180faa5421390483047d6222e9371 (diff) | |
download | pkgsrc-e33273c9dd17dc50920a3d6b8c73ea01d85b52fe.tar.gz |
Add missing dependence for "Mesa".
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index 22bf66bf419..8e8afd79540 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/05/04 00:20:01 tron Exp $ +# $NetBSD: Makefile,v 1.13 1998/06/28 22:10:01 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp # @@ -14,6 +14,7 @@ MAINTAINER= tron@netbsd.org BUILD_DEPENDS= bzip2:../../archivers/bzip2 \ moc:../../x11/qt +DEPENDS+= Mesa-2.6:../../graphics/Mesa DEPENDS+= giflib-3.0:../../graphics/giflib DEPENDS+= jpeg-6a:../../graphics/jpeg DEPENDS+= qt-1.33:../../x11/qt |