diff options
Diffstat (limited to 'x11/vte3/Makefile')
-rw-r--r-- | x11/vte3/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/vte3/Makefile b/x11/vte3/Makefile index 585b6b6b187..6d87374501a 100644 --- a/x11/vte3/Makefile +++ b/x11/vte3/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2018/04/16 14:34:02 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/05/14 12:09:22 youri Exp $ # -DISTNAME= vte-0.38.4 -PKGREVISION= 3 +DISTNAME= vte-0.50.3 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.38/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.50/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org @@ -17,12 +16,15 @@ PKGCONFIG_OVERRIDE+= vte.pc.in USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config bash +USE_LANGUAGES= c c++ -CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --enable-Bsymbolic=auto CONFIGURE_ARGS+= --disable-introspection CONFIGURE_ARGS+= --disable-vala + +.include "../../devel/pcre2/buildlink3.mk" +.include "../../security/gnutls/buildlink3.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |