diff options
author | wiz <wiz> | 2002-10-20 13:26:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-20 13:26:56 +0000 |
commit | a4b5fa00107fe68a5086a36a6c5357c249e7a85d (patch) | |
tree | 0e4bb06d55ca87bc6a28fd64ce12b85e561ef74c /net/xtraceroute/Makefile | |
parent | 884eeaa33e5473cfa30cb6bddebd9ee6adbd7f51 (diff) | |
download | pkgsrc-a4b5fa00107fe68a5086a36a6c5357c249e7a85d.tar.gz |
Add Mesa buildlink2.mk.
Diffstat (limited to 'net/xtraceroute/Makefile')
-rw-r--r-- | net/xtraceroute/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index 290e363953f..48e82d82464 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2002/10/09 11:03:32 agc Exp $ +# $NetBSD: Makefile,v 1.26 2002/10/20 13:26:56 wiz Exp $ # DISTNAME= xtraceroute-0.8.14 @@ -14,7 +14,6 @@ COMMENT= Graphical version of traceroute, which traces the route IP packets go BUILD_USES_MSGFMT= yes USE_X11= yes -#USE_MESA= yes GNU_CONFIGURE= yes USE_LIBINTL= yes USE_BUILDLINK2= yes @@ -32,6 +31,7 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/networks.cache ${PREFIX}/share/xtraceroute/networks.cache .include "../../graphics/tiff/buildlink2.mk" +.include "../../graphics/Mesa/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" .include "../../x11/gtkglarea/buildlink2.mk" |