diff options
author | jlam <jlam@pkgsrc.org> | 2001-04-30 04:16:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-04-30 04:16:08 +0000 |
commit | d75cbbb9fd53a6f59fa13ece2dfc169fcb23c201 (patch) | |
tree | 4df1f1abf992be64492c3e2b45175d328bd55bb6 /x11/gtk | |
parent | 1edfee944f892b4e82824d22d8bd2666875da6d9 (diff) | |
download | pkgsrc-d75cbbb9fd53a6f59fa13ece2dfc169fcb23c201.tar.gz |
Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
Diffstat (limited to 'x11/gtk')
-rw-r--r-- | x11/gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index e6c920b73a5..ab4e635298b 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2001/04/29 05:13:57 rh Exp $ +# $NetBSD: Makefile,v 1.57 2001/04/30 04:16:12 jlam Exp $ DISTNAME= gtk+-1.2.10 CATEGORIES= x11 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.gtk.org/ COMMENT= Gimp toolkit. Libraries for building X11 user interfaces DEPENDS+= glib>=1.2.8:../../devel/glib -BUILD_DEPENDS+= perl-5.*:../../lang/perl5 +BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 BUILD_USES_MSGFMT= yes USE_LIBINTL= yes |