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 | ae91d05fe11d867de72312bfcfe4bf2b4218c128 (patch) | |
tree | 4fb0b5b4e6725693a39c5f5c447c64fca07784a8 /x11/gtk2/Makefile | |
parent | 65fe35f008485984a4083c0a1f654804f1ad1c78 (diff) | |
download | pkgsrc-ae91d05fe11d867de72312bfcfe4bf2b4218c128.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/gtk2/Makefile')
-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 |