diff options
author | tron <tron@pkgsrc.org> | 2006-07-05 08:40:38 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-07-05 08:40:38 +0000 |
commit | 30ef13d664f17d0dd601377199606bf6a5f2790b (patch) | |
tree | 4fb0b5b4e6725693a39c5f5c447c64fca07784a8 /x11 | |
parent | 15c6dc1313fe7bd32b7683f5d040386b7014718d (diff) | |
download | pkgsrc-30ef13d664f17d0dd601377199606bf6a5f2790b.tar.gz |
Add "perl" to list of requires tools because it used to generate a
".c" file during the build. Bump package revision because resuming
a build broken by this problem did actually succeed and produced
an incomplete package.
Approved by Thomas 'wiz' Klausner.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 25ddecbccd8..0d3111b1e40 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.125 2006/07/04 16:00:52 drochner Exp $ +# $NetBSD: Makefile,v 1.126 2006/07/05 08:40:38 tron Exp $ DISTNAME= gtk+-2.8.20 +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/gtk/gtk2/} CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.8/ \ @@ -20,7 +21,7 @@ BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2nb2 USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config USE_LIBTOOL= yes PTHREAD_AUTO_VARS= yes |