diff options
Diffstat (limited to 'x11-toolkits/vte3/Makefile')
-rw-r--r-- | x11-toolkits/vte3/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index b9274ffedc05..6b24f96c18f0 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vte -PORTVERSION= 0.48.2 +PORTVERSION= 0.48.3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -13,29 +13,23 @@ COMMENT= Terminal widget with improved accessibility and I18N support LICENSE= LGPL21 -BUILD_DEPENDS= vapigen:lang/vala \ - bash:shells/bash \ - gperf:devel/gperf +BUILD_DEPENDS= vapigen:lang/vala \ + bash:shells/bash LIB_DEPENDS= libgnutls.so:security/gnutls \ libpcre2-8.so:devel/pcre2 PORTSCOUT= limitw:1,even -USES= bison compiler:c++0x gettext gmake gnome libtool localbase \ +USES= compiler:c++0x gettext gmake gnome gperf libtool localbase \ pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 gtk30 intltool referencehack \ introspection:build CONFIGURE_ARGS= --enable-introspection \ - --disable-static \ - --disable-Bsymbolic + --disable-static INSTALL_TARGET= install-strip PLIST_SUB= VERSION=2.91 -post-patch: - @${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \ - ${WRKSRC}/src/Makefile.in - .include <bsd.port.mk> |