diff options
author | snj <snj> | 2004-12-22 08:54:34 +0000 |
---|---|---|
committer | snj <snj> | 2004-12-22 08:54:34 +0000 |
commit | 0f117e7ba55c85ea4d8e593b251a4e31aa7cf439 (patch) | |
tree | 39df6d0e4462913e12e23bcc13b352264d79fba0 /wm | |
parent | c3dce527d83a42076add14f56e80c813d3795cb7 (diff) | |
download | pkgsrc-0f117e7ba55c85ea4d8e593b251a4e31aa7cf439.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" |