diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-05-12 19:11:02 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-05-12 19:11:02 +0000 |
commit | 996446cb61489b84941dcbd18a1f141cf37840df (patch) | |
tree | 47ad9deee522eee4b97b9d426b07ec4b464f30f3 /x11-toolkits/gtksourceview3/Makefile | |
parent | f9c458ae7c94df09ff52f49e5789671c50263f2f (diff) | |
download | ports-996446cb61489b84941dcbd18a1f141cf37840df.tar.gz ports-996446cb61489b84941dcbd18a1f141cf37840df.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtksourceview3/Makefile')
-rw-r--r-- | x11-toolkits/gtksourceview3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index 9e4417cfffe5..c33768eca4b8 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gtksourceview -PORTVERSION= 3.18.2 +PORTVERSION= 3.22.2 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -20,8 +20,8 @@ PORTSCOUT= limitw:1,even BUILD_DEPENDS= vala:lang/vala USES+= gettext gmake gnome libtool pathfix pkgconfig -USE_GNOME= gnomeprefix gtk30 intlhack introspection:build \ - libxml2 referencehack +USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack \ + introspection:build libxml2 referencehack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-compile-warnings=no \ |