summaryrefslogtreecommitdiff
path: root/x11/vte/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-13 23:36:18 +0000
committerrillig <rillig@pkgsrc.org>2006-07-13 23:36:18 +0000
commit591bf39c233ac6efdc0bb72697af903c8a4380a4 (patch)
treee80a90df0352a3cef1f706baa79134ac25576882 /x11/vte/Makefile
parent354706327a97633d53e2b78cae0cf13ea6c5bb6c (diff)
downloadpkgsrc-591bf39c233ac6efdc0bb72697af903c8a4380a4.tar.gz
Added a patch to make the package build on Solaris, which does not have
struct msghdr.msg_control and CMSG_FIRSTHDR. While here, removed BROKEN_IN, since the package works on NetBSD 3.0 and fixed some pkglint warnings.
Diffstat (limited to 'x11/vte/Makefile')
-rw-r--r--x11/vte/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile
index aee4368f248..dae32a48253 100644
--- a/x11/vte/Makefile
+++ b/x11/vte/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2006/07/05 05:37:47 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2006/07/13 23:36:18 rillig Exp $
#
DISTNAME= vte-0.12.2
@@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Terminal widget with improved accessibility and I18N support
-BROKEN_IN= pkgsrc-2006Q1
-
USE_DIRS+= gnome2-1.2
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
@@ -23,10 +21,10 @@ CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ARGS+= --with-ft-exec-prefix=${BUILDLINK_PREFIX.freetype2}
-PKGCONFIG_OVERRIDE+= vte.pc.in
+PKGCONFIG_OVERRIDE+= vte.pc.in
# for FC_WIDTH
-BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.1.93
+BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.1.93
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"