diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 10:31:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 10:31:37 +0000 |
commit | 2dd3869f4b51547160e6bc43b3b2d91d5cb68655 (patch) | |
tree | 43d0cfd4dc7c6e4fc1d4bfc4bf0dcad450c73b97 /x11-toolkits/gtksourceview3/Makefile | |
parent | 5d5a6d3ba6d95fb44da9c571f81802315d0e6a82 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gtksourceview3/Makefile')
-rw-r--r-- | x11-toolkits/gtksourceview3/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index 2aae0031a6a3..4974e4dcccfa 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -4,7 +4,7 @@ PORTNAME= gtksourceview PORTVERSION= 3.4.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -13,20 +13,20 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget -USE_XZ= yes +USES= tar:xz .if !defined(REFERENCE_PORT) -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= pathfix gettext gmake pkgconfig -USE_GNOME= gnomeprefix gtk30 libxml2 intlhack ltverhack referencehack +USES+= libtool pathfix gettext gmake pkgconfig +USE_GNOME= gnomeprefix gtk30 libxml2 intlhack referencehack +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \ --enable-introspection CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|--warn-all||g' \ ${WRKSRC}/gtksourceview/Makefile.in |