diff options
author | tron <tron@pkgsrc.org> | 1998-12-28 20:49:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-12-28 20:49:55 +0000 |
commit | 92c4f7a3b4b00340f0173bd8cc20c11458826dd3 (patch) | |
tree | ae16732d6e362303a6c69dd3202c8fae12d92530 | |
parent | 3f248a573662c60804ec16d9f3085901c74b94cd (diff) | |
download | pkgsrc-92c4f7a3b4b00340f0173bd8cc20c11458826dd3.tar.gz |
"gtk+" requires "perl" to build as noticed by Gary Duzan in PR pkg/6639.
-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+-* |