summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorsnj <snj>2004-12-22 08:54:34 +0000
committersnj <snj>2004-12-22 08:54:34 +0000
commit1c4e8d180def52415d7150f4ebe7231f96952893 (patch)
tree39df6d0e4462913e12e23bcc13b352264d79fba0 /wm
parent7ce985470e03f563685086b3be79fe02e286f2dc (diff)
downloadpkgsrc-1c4e8d180def52415d7150f4ebe7231f96952893.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/Makefile5
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"