summaryrefslogtreecommitdiff
path: root/x11/fltk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/fltk/Makefile')
-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"