summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-09 19:23:09 +0000
committerjschauma <jschauma>2003-03-09 19:23:09 +0000
commit0107b9d3cbdb684b5322ba5564e95928165c4fc5 (patch)
tree1d6ab251364d1ba0910232f7d2ca588662bd72f0 /net
parentcb70dd21c253871b85c5a0c3d042c9680253cf53 (diff)
downloadpkgsrc-0107b9d3cbdb684b5322ba5564e95928165c4fc5.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 'net')
-rw-r--r--net/xtraceroute/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile
index 9a401df24d7..6520b977a56 100644
--- a/net/xtraceroute/Makefile
+++ b/net/xtraceroute/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2002/10/21 15:18:13 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2003/03/09 19:23:09 jschauma Exp $
#
DISTNAME= xtraceroute-0.8.14
+PKGREVISION= 1
CATEGORIES= net x11
MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
@@ -31,7 +32,8 @@ post-install:
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../x11/gtkglarea/buildlink2.mk"