diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:23:09 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:23:09 +0000 |
commit | e7c1762bd099b15e25bfbfa9e763b31bf040b846 (patch) | |
tree | 1d6ab251364d1ba0910232f7d2ca588662bd72f0 /x11/gtkglarea | |
parent | ee035fccf7d99dc101f03c6603d4cb971c164630 (diff) | |
download | pkgsrc-e7c1762bd099b15e25bfbfa9e763b31bf040b846.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 'x11/gtkglarea')
-rw-r--r-- | x11/gtkglarea/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile index da02f428d89..9d56fa7dc7f 100644 --- a/x11/gtkglarea/Makefile +++ b/x11/gtkglarea/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2002/10/20 13:36:17 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2003/03/09 19:28:16 jschauma Exp $ DISTNAME= gtkglarea-1.2.2 +PKGREVISION= 1 CATEGORIES= x11 graphics MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ @@ -15,7 +16,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}" -CONFIGURE_ARGS+= --with-GL-prefix="${BUILDLINK_PREFIX.Mesa}" +CONFIGURE_ARGS+= --with-GL-prefix="${BUILDLINK_PREFIX.MesaLib}" CONFIGURE_ARGS+= --with-lib-MesaGL PLIST_SUBST+= LOCALBASE=${LOCALBASE} @@ -30,6 +31,8 @@ post-install: ${LN} -fs ${PREFIX}/share/aclocal/gtkgl.m4 \ ${LOCALBASE}/share/aclocal/gtkgl.m4 -.include "../../graphics/Mesa/buildlink2.mk" +.include "../../graphics/MesaLib/buildlink2.mk" +.include "../../graphics/glu/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |