diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
commit | aad09bc5e23eb75a7a865a8b0002fbc6e13d4659 (patch) | |
tree | 69c07cdc4812f0f8be0cc44c38513f540c058778 /x11-toolkits/gtksourceview3 | |
parent | 5c818b158c5b9479669f8322b4da8c48f5c30ef9 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gtksourceview3')
-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 4974e4dcccfa..dae93e80f0f0 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -4,21 +4,21 @@ PORTNAME= gtksourceview PORTVERSION= 3.4.2 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org -COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget +COMMENT= Widget that adds syntax highlighting to GtkTextView USES= tar:xz .if !defined(REFERENCE_PORT) +USES+= gettext gmake libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes -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 \ |