summaryrefslogtreecommitdiff
path: root/x11/fox
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-03-09 19:23:09 +0000
committerjschauma <jschauma@pkgsrc.org>2003-03-09 19:23:09 +0000
commite7c1762bd099b15e25bfbfa9e763b31bf040b846 (patch)
tree1d6ab251364d1ba0910232f7d2ca588662bd72f0 /x11/fox
parentee035fccf7d99dc101f03c6603d4cb971c164630 (diff)
downloadpkgsrc-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/fox')
-rw-r--r--x11/fox/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/fox/Makefile b/x11/fox/Makefile
index 706a06a9529..05437dbfc58 100644
--- a/x11/fox/Makefile
+++ b/x11/fox/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2002/10/09 13:57:13 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2003/03/09 19:28:16 jschauma Exp $
# FreeBSD Id: ports/x11-toolkits/fox/Makefile,v 1.14 2001/02/23 19:00:05 knu Exp
DISTNAME= fox-0.99.174
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \
ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/
@@ -36,5 +36,6 @@ CONFIGURE_ARGS+=--with-opengl=mesa --with-x --with-shm=yes --enable-release
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"