diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-26 04:37:41 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-26 04:37:41 +0800 |
commit | fc2548ac9fb4f7caf0576bc35ed729b279a9c53d (patch) | |
tree | 0a7c6b3b0dce36f5d039263542ca0f4585bbfa03 /devel/libpeas/Makefile | |
parent | a9a79a0b65e534b0c00fe1188597f4f594a6f54f (diff) | |
download | marcuscom-ports-fc2548ac9fb4f7caf0576bc35ed729b279a9c53d.tar marcuscom-ports-fc2548ac9fb4f7caf0576bc35ed729b279a9c53d.tar.gz marcuscom-ports-fc2548ac9fb4f7caf0576bc35ed729b279a9c53d.tar.bz2 marcuscom-ports-fc2548ac9fb4f7caf0576bc35ed729b279a9c53d.tar.lz marcuscom-ports-fc2548ac9fb4f7caf0576bc35ed729b279a9c53d.tar.xz marcuscom-ports-fc2548ac9fb4f7caf0576bc35ed729b279a9c53d.tar.zst marcuscom-ports-fc2548ac9fb4f7caf0576bc35ed729b279a9c53d.zip |
Update to 1.4.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16805 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libpeas/Makefile')
-rw-r--r-- | devel/libpeas/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index 475470567..0cd9fd9e3 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libpeas/Makefile,v 1.17 2011/09/21 12:35:21 kwm Exp $ +# $MCom: ports/devel/libpeas/Makefile,v 1.18 2011/10/08 07:42:55 kwm Exp $ # PORTNAME= libpeas -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -29,10 +29,11 @@ INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS+=--disable-glade-catalog OPTIONS= PYTHON "Enable python plugins" on \ SEED "Enable JavaScript plugins (based on webkit-gtk3)" off \ - GJS "Enable JavaScript plugins (based on libxul)" on + GJS "Enable JavaScript plugins (based on spidermonkey)" on .include <bsd.port.options.mk> @@ -56,7 +57,7 @@ PLIST_SUB+= PYTHONS="@comment " .if defined(WITH_GJS) CONFIGURE_ARGS+=--enable-gjs -BUILD_DEPENDS+= gjs>=1.29.16:${PORTSDIR}/lang/gjs +BUILD_DEPENDS+= gjs>=1.32.0:${PORTSDIR}/lang/gjs LIB_DEPENDS+= gjs.0:${PORTSDIR}/lang/gjs PLIST_SUB+= GJS="" .else @@ -64,4 +65,6 @@ CONFIGURE_ARGS+=--enable-gjs=no PLIST_SUB+= GJS="@comment " .endif +PLIST_SUB+= VALA="@comment " + .include <bsd.port.mk> |