diff options
author | snj <snj@pkgsrc.org> | 2004-12-22 08:54:34 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-12-22 08:54:34 +0000 |
commit | 60c423f9b9a017d7a1d869b958833038c1545712 (patch) | |
tree | 39df6d0e4462913e12e23bcc13b352264d79fba0 /wm | |
parent | 668b3644f91d4f57c53939cd2beda23360af43f0 (diff) | |
download | pkgsrc-60c423f9b9a017d7a1d869b958833038c1545712.tar.gz |
As pancake notes in PR pkg/28747, 3ddesktop needs GLU. Include its
buildlink3.mk and bump PKGREVISION to 6.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/3ddesktop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/3ddesktop/Makefile b/wm/3ddesktop/Makefile index 6849649bdbc..ae6df54f6cd 100644 --- a/wm/3ddesktop/Makefile +++ b/wm/3ddesktop/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/10/15 12:22:13 tv Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/22 08:54:34 snj Exp $ # DISTNAME= 3ddesktop-0.2.5 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=desk3d/} @@ -22,6 +22,7 @@ pre-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/3ddesktop.conf ${EGDIR} +.include "../../graphics/glu/buildlink3.mk" .include "../../graphics/imlib2/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |