summaryrefslogtreecommitdiff
path: root/graphics/dx/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-03-09 19:10:35 +0000
committerjschauma <jschauma@pkgsrc.org>2003-03-09 19:10:35 +0000
commit77dbcbc11aae661d281adbf79ebabc44b45576db (patch)
treec9304f409f911c54e1693d7e2e3dbaa75ee5aea4 /graphics/dx/Makefile
parent433551bc2510b595696a2711b22acd2a69eb17ee (diff)
downloadpkgsrc-77dbcbc11aae661d281adbf79ebabc44b45576db.tar.gz
Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
Diffstat (limited to 'graphics/dx/Makefile')
-rw-r--r--graphics/dx/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile
index 7655fcbe38b..165cf795e7c 100644
--- a/graphics/dx/Makefile
+++ b/graphics/dx/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2002/12/05 21:44:30 drochner Exp $
+# $NetBSD: Makefile,v 1.19 2003/03/09 19:17:56 jschauma Exp $
DISTNAME= dx-4.2.0
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.research.ibm.com/dx/srcDownload/srcArchive/
@@ -25,7 +26,8 @@ MAKE_ENV+= ARCH=""
CONFIGURE_ENV+= ARCH=""
.include "../../devel/netcdf/buildlink2.mk"
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../graphics/freetype-lib/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"