summaryrefslogtreecommitdiff
path: root/graphics/freeglut
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-03 00:12:51 +0000
committertv <tv@pkgsrc.org>2004-10-03 00:12:51 +0000
commit2024e126830b46eda82dc23d75278d0afbce9bd6 (patch)
tree7a77b0b911386450709129a67eb0551755a34953 /graphics/freeglut
parentbd0ebece81d54959f16b89326aa3394f0bdd38e2 (diff)
downloadpkgsrc-2024e126830b46eda82dc23d75278d0afbce9bd6.tar.gz
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Diffstat (limited to 'graphics/freeglut')
-rw-r--r--graphics/freeglut/Makefile4
-rw-r--r--graphics/freeglut/buildlink3.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile
index 236fd1f2176..b19441b7a41 100644
--- a/graphics/freeglut/Makefile
+++ b/graphics/freeglut/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/05/13 12:59:37 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:50 tv Exp $
#
DISTNAME= freeglut-2.2.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeglut/}
diff --git a/graphics/freeglut/buildlink3.mk b/graphics/freeglut/buildlink3.mk
index 90ff5ae50b9..fe00d70772b 100644
--- a/graphics/freeglut/buildlink3.mk
+++ b/graphics/freeglut/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/04/19 18:36:02 xtraeme Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:14:50 tv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
FREEGLUT_BUILDLINK3_MK:= ${FREEGLUT_BUILDLINK3_MK}+
@@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= freeglut
.if !empty(FREEGLUT_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.freeglut+= freeglut>=2.2.0
+BUILDLINK_RECOMMENDED.freeglut+= freeglut>=2.2.0nb2
BUILDLINK_PKGSRCDIR.freeglut?= ../../graphics/freeglut
.endif # FREEGLUT_BUILDLINK3_MK