summaryrefslogtreecommitdiffstats
path: root/devel/libpeas/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-02-16 18:03:26 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-02-16 18:03:26 +0800
commit1e37f38f9e524c756dd904815d3370dad564216b (patch)
treebb19e4506069426703bdd1b458a8c21a81c2ec1e /devel/libpeas/Makefile
parent33b5d1ca02febc754e1eb75c3565b2530c3ae43e (diff)
downloadmarcuscom-ports-1e37f38f9e524c756dd904815d3370dad564216b.tar
marcuscom-ports-1e37f38f9e524c756dd904815d3370dad564216b.tar.gz
marcuscom-ports-1e37f38f9e524c756dd904815d3370dad564216b.tar.bz2
marcuscom-ports-1e37f38f9e524c756dd904815d3370dad564216b.tar.lz
marcuscom-ports-1e37f38f9e524c756dd904815d3370dad564216b.tar.xz
marcuscom-ports-1e37f38f9e524c756dd904815d3370dad564216b.tar.zst
marcuscom-ports-1e37f38f9e524c756dd904815d3370dad564216b.zip
Update to 1.8.1.
PR: ports/186782 Submitted by: olivierd@ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19006 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libpeas/Makefile')
-rw-r--r--devel/libpeas/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile
index 0b62f9051..b59cff1f8 100644
--- a/devel/libpeas/Makefile
+++ b/devel/libpeas/Makefile
@@ -3,7 +3,7 @@
# $MCom$
PORTNAME= libpeas
-PORTVERSION= 1.6.1
+PORTVERSION= 1.8.1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -14,7 +14,7 @@ COMMENT= Next evolution of the Gedit plugins engine
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
USE_XZ= yes
-USE_PYTHON= 2.5+
+USE_PYTHON= 2
USE_LDCONFIG= yes
USES= gettext gmake libtool pathfix pkgconfig
USE_GNOME= gtk30 introspection:build
@@ -25,8 +25,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
CONFIGURE_ARGS+=--disable-glade-catalog
-OPTIONS_DEFINE= PYTHON JS
-OPTIONS_DEFAULT=PYTHON JS GJS
+OPTIONS_DEFINE= PYTHON
+OPTIONS_DEFAULT=PYTHON GJS
OPTIONS_MULTI= JS
OPTIONS_MULTI_JS=SEED GJS
JS_DESC=JavaScript plugin support
@@ -45,11 +45,11 @@ PLIST_SUB+= SEED="@comment "
.endif
.if ${PORT_OPTIONS:MPYTHON}
-CONFIGURE_ARGS+=--enable-python
+CONFIGURE_ARGS+=--enable-python2 --disable-python3
USE_GNOME+= pygobject3
PLIST_SUB+= PYTHONS=""
.else
-CONFIGURE_ARGS+=--enable-python=no
+CONFIGURE_ARGS+=--disable-python2 --disable-python3
PLIST_SUB+= PYTHONS="@comment "
.endif
@@ -63,6 +63,4 @@ CONFIGURE_ARGS+=--enable-gjs=no
PLIST_SUB+= GJS="@comment "
.endif
-PLIST_SUB+= VALA="@comment "
-
.include <bsd.port.mk>