summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsmb <smb>2009-03-22 16:21:44 +0000
committersmb <smb>2009-03-22 16:21:44 +0000
commit16d892760e1b9f1dccd73185d214a7e2de66217e (patch)
tree9d8fa3d054533e797ec65fb02a5cd615a8bdf381 /net
parentea1438b1ff5a0a5015c3d6ea2e3c8210a443f365 (diff)
downloadpkgsrc-16d892760e1b9f1dccd73185d214a7e2de66217e.tar.gz
Fix gtk version reference
Diffstat (limited to 'net')
-rw-r--r--net/mtr/Makefile3
-rw-r--r--net/mtr/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index cb052557d67..d68eb28b662 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.53 2008/11/05 19:58:25 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2009/03/22 16:21:44 smb Exp $
DISTNAME= mtr-0.75
CATEGORIES= net
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/
+PKGREVISION= 1
MAINTAINER= sommerfeld@NetBSD.org
HOMEPAGE= http://www.bitwizard.nl/mtr/
diff --git a/net/mtr/options.mk b/net/mtr/options.mk
index a45f48bd99d..af0b5df7fa4 100644
--- a/net/mtr/options.mk
+++ b/net/mtr/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/08/16 23:12:21 joerg Exp $
+# $NetBSD: options.mk,v 1.3 2009/03/22 16:21:44 smb Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mtr
PKG_SUPPORTED_OPTIONS= gtk
@@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS= gtk
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgtk)
-.include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-gtk
.endif