summaryrefslogtreecommitdiff
path: root/www/bluefish/Makefile
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2016-06-19 17:34:39 +0000
committerBen Woods <woodsb02@FreeBSD.org>2016-06-19 17:34:39 +0000
commit52dac8ad95d59ab90105d4528403afa1f99f5b65 (patch)
treed0845e08ecb5b8f5d5b0ab981aac11748846a846 /www/bluefish/Makefile
parentmath/scilab is not jobs safe, plus fix pkg-plist (diff)
www/bluefish:
- Update to 2.2.9 - Switch to GTK3 by default (follow upstream default) - Remvoe --with-gtk2=no as it is not used by configure - Add LIB_DEPENDS and USE_GNOME as found by new stage-qa test - Take maintainership Approved by: adamw (mentor) Relnotes: https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_2_9/ChangeLog Differential Revision: https://reviews.freebsd.org/D6892
Notes
Notes: svn path=/head/; revision=417127
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r--www/bluefish/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index de5fc05fb5e3..62748ad5c46e 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -2,13 +2,12 @@
# $FreeBSD$
PORTNAME= bluefish
-PORTVERSION= 2.2.8
-PORTREVISION= 1
+PORTVERSION= 2.2.9
CATEGORIES= www editors
MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \
http://bluefish.mrball.net/stable/source/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= woodsb02@FreeBSD.org
COMMENT= HTML editor designed for the experienced web designer
LICENSE= GPLv3+
@@ -21,7 +20,7 @@ USES= desktop-file-utils gettext gmake libtool localbase pkgconfig python \
shared-mime-info shebangfix tar:bzip2
SHEBANG_FILES= data/css_decompressor
python_OLD_CMD= /usr/bin/python2.7
-USE_GNOME= intltool
+USE_GNOME= cairo intltool libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/applications \
--with-freedesktop_org-mime=${PREFIX}/share/mime \
@@ -33,7 +32,7 @@ USE_LDCONFIG= yes
OPTIONS_DEFINE= DEBUG DOCS TIDY WEBLINT
OPTIONS_SINGLE= TOOLKIT
OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3
-OPTIONS_DEFAULT=GTK2 WEBLINT
+OPTIONS_DEFAULT=GTK3 WEBLINT
OPTIONS_SUB= yes
TOOLKIT_DESC= GTK+ toolkit
@@ -42,7 +41,8 @@ WEBLINT_DESC= Weblint HTML checker support
DEBUG_CONFIGURE_ENABLE= debugging-output
GTK2_USE= gnome=gtk20
GTK2_CONFIGURE_ON= --with-gtk2=yes
-GTK2_CONFIGURE_OFF= --with-gtk2=no
+GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2
GTK3_LIB_DEPENDS= libgucharmap_2_90.so:deskutils/gucharmap
GTK3_USE= gnome=gtk30
TIDY_RUN_DEPENDS= tidy4:www/tidy