diff options
author | tron <tron> | 1998-12-28 20:49:55 +0000 |
---|---|---|
committer | tron <tron> | 1998-12-28 20:49:55 +0000 |
commit | 63993218a2f2566fb872f4e22ad17f7219c4c0e4 (patch) | |
tree | ae16732d6e362303a6c69dd3202c8fae12d92530 /x11/gtk | |
parent | 83131c72836818d03570970c481ed6f45f5dd208 (diff) | |
download | pkgsrc-63993218a2f2566fb872f4e22ad17f7219c4c0e4.tar.gz |
"gtk+" requires "perl" to build as noticed by Gary Duzan in PR pkg/6639.
Diffstat (limited to 'x11/gtk')
-rw-r--r-- | x11/gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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+-* |