summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>2006-07-05 08:40:38 +0000
committertron <tron>2006-07-05 08:40:38 +0000
commit89fce69f9fa7b20ab8a5d7690304611367cd7296 (patch)
tree4fb0b5b4e6725693a39c5f5c447c64fca07784a8 /x11
parent527f1f641836b85b78fb13cfccbe815938bd3bb0 (diff)
downloadpkgsrc-89fce69f9fa7b20ab8a5d7690304611367cd7296.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/Makefile5
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