summaryrefslogtreecommitdiff
path: root/x11/fltk
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/fltk
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/fltk')
-rw-r--r--x11/fltk/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile
index 7c21e54d56b..6d4016a47e4 100644
--- a/x11/fltk/Makefile
+++ b/x11/fltk/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2003/02/28 11:57:06 jmmv Exp $
+# $NetBSD: Makefile,v 1.28 2003/03/09 19:28:15 jschauma Exp $
#
DISTNAME= fltk-1.0.11-source
PKGNAME= ${DISTNAME:S/-source//}
-PKGREVISION= 1
+PKGREVISION= 2
VERS= ${DISTNAME:S/fltk-//:S/-source//}
WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//}
CATEGORIES= x11
@@ -28,5 +28,6 @@ TEST_TARGET= test
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --enable-libtool=${PKGLIBTOOL}
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"