diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-18 16:10:55 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-18 16:10:55 +0000 |
commit | 87938dc3b74f8bb786d671c27ef7ac1b29893675 (patch) | |
tree | 2bb68f730e1b8885e40673667ec8b888cc17ebc3 /graphics/glut/Makefile | |
parent | 34d0358cbb98de0832373ff41337e235a6c0abb8 (diff) | |
download | pkgsrc-87938dc3b74f8bb786d671c27ef7ac1b29893675.tar.gz |
Finally update Mesa and friends after the distfile changed on the website
without a version bump. Changes made, according to the website, for
libtool/autofoo fixes.
Some changes from Ron Roskens:
glut depends upon graphics/glu (otherwise its linked against X11R6 libs)
MesaDemos:
rather than using the pre-built distribution makefiles,
use the automake/configure built makefiles which have
the build dependencies all setup.
This closes PR pkg/23476.
Diffstat (limited to 'graphics/glut/Makefile')
-rw-r--r-- | graphics/glut/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile index 2040843cbfc..6692bac31d1 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2003/11/09 02:23:18 jschauma Exp $ +# $NetBSD: Makefile,v 1.22 2003/11/18 16:10:56 jschauma Exp $ PKGNAME= ${DISTNAME:S/MesaLib/glut/} -PKGREVISION= 1 +PKGREVISION= 2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= ${DISTNAME:S/MesaLib/MesaDemos/}${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/${DISTNAME:S/Lib//} @@ -17,6 +17,8 @@ USE_BUILDLINK2= yes USE_X11BASE= yes CONFIGURE_DIRS= ${WRKSRC} BUILD_DIRS= ${WRKSRC}/src-glut +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool post-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/GL @@ -27,6 +29,7 @@ post-install: done .include "../../graphics/MesaLib/buildlink2.mk" +.include "../../graphics/glu/buildlink2.mk" .include "../../mk/bsd.pkg.mk" # must be below bsd.pkg.mk to overwrite values |