diff options
author | pi <pi@FreeBSD.org> | 2018-05-12 04:11:49 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-05-12 04:11:49 +0800 |
commit | 4944f90c31092b2c7ad7fa08b1d502b2018d15b8 (patch) | |
tree | e0b56b79ed938f7f982f7a6c022457b3dbecd5d1 /x11-toolkits/gtksourceview3/Makefile | |
parent | 42a676837ff6afde5b59051640ef5b148909b8dd (diff) | |
download | freebsd-ports-gnome-4944f90c31092b2c7ad7fa08b1d502b2018d15b8.tar.gz freebsd-ports-gnome-4944f90c31092b2c7ad7fa08b1d502b2018d15b8.tar.zst freebsd-ports-gnome-4944f90c31092b2c7ad7fa08b1d502b2018d15b8.zip |
x11-toolkits/gtksourceview3: update 3.22.2 -> 3.24.7
PR: 221790
Submitted by: rozhuk.im@gmail.com
Approved by: gnome (maintainer timeout)
Diffstat (limited to 'x11-toolkits/gtksourceview3/Makefile')
-rw-r--r-- | x11-toolkits/gtksourceview3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index d6d6e1f53553..ae8aa1de22f2 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gtksourceview -PORTVERSION= 3.22.2 +PORTVERSION= 3.24.7 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -34,6 +34,8 @@ LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: + @${REINPLACE_CMD} -e 's|tests testsuite||g' \ + ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|--warn-all||g' \ ${WRKSRC}/gtksourceview/Makefile.in |