summaryrefslogtreecommitdiff
path: root/graphics/glut/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-04-12 20:38:25 +0000
committerhubertf <hubertf@pkgsrc.org>2001-04-12 20:38:25 +0000
commit31f5ce665c0ccd045b02817a1bc55c6c5a524f2c (patch)
tree1277e4e3f20b813f525ebdfbf1464a53173625b8 /graphics/glut/Makefile
parentaf0dd9c4d62f9a4f227f94a6b002bf43a4a634bc (diff)
downloadpkgsrc-31f5ce665c0ccd045b02817a1bc55c6c5a524f2c.tar.gz
Trivia - What's wrong in this picture:
smaug% grep 'MesaLib.*3.4' */*/Makefile* graphics/Mesa/Makefile:DEPENDS+= MesaLib-3.4:../../graphics/MesaLib graphics/MesaLib/Makefile:DISTNAME= MesaLib-3.4.1 Invent a variable MESA_VERSION in Mesa/Makefile.common and use it.
Diffstat (limited to 'graphics/glut/Makefile')
-rw-r--r--graphics/glut/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile
index 094bd73564a..d81d7bd7adf 100644
--- a/graphics/glut/Makefile
+++ b/graphics/glut/Makefile
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2001/03/23 12:36:55 drochner Exp $
+# $NetBSD: Makefile,v 1.6 2001/04/12 20:38:26 hubertf Exp $
#
-DISTNAME= Mesa-3.4.1
+.include "../Mesa/Makefile.common"
+
+DISTNAME= Mesa-${MESA_VERSION}
PKGNAME= ${DISTNAME:S/Mesa/glut/}
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.mesa3d.org/mesa/ \