From 63993218a2f2566fb872f4e22ad17f7219c4c0e4 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 28 Dec 1998 20:49:55 +0000 Subject: "gtk+" requires "perl" to build as noticed by Gary Duzan in PR pkg/6639. --- x11/gtk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11/gtk') diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 3ef86bfad7a..dff3da0c08b 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1998/12/28 20:24:47 tron Exp $ +# $NetBSD: Makefile,v 1.24 1998/12/28 20:49:55 tron Exp $ DISTNAME= gtk+-1.1.9 CATEGORIES= x11 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.gtk.org/ DEPENDS+= gettext-0.10.35:../../devel/gettext DEPENDS+= glib-1.1.9:../../devel/glib +BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 CONFLICTS= gtk+-* -- cgit v1.2.3