summaryrefslogtreecommitdiffstats
path: root/devel/libpeas/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-09-21 20:35:21 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-09-21 20:35:21 +0800
commitcf153c1d1dd3956082be8811862dcbb2233cc8eb (patch)
treed035f283a99dd87179750bdbd321cbb7d75d96f7 /devel/libpeas/Makefile
parent6a934d51127d584a0a71cfab03288f016e96dab2 (diff)
downloadmarcuscom-ports-cf153c1d1dd3956082be8811862dcbb2233cc8eb.tar
marcuscom-ports-cf153c1d1dd3956082be8811862dcbb2233cc8eb.tar.gz
marcuscom-ports-cf153c1d1dd3956082be8811862dcbb2233cc8eb.tar.bz2
marcuscom-ports-cf153c1d1dd3956082be8811862dcbb2233cc8eb.tar.lz
marcuscom-ports-cf153c1d1dd3956082be8811862dcbb2233cc8eb.tar.xz
marcuscom-ports-cf153c1d1dd3956082be8811862dcbb2233cc8eb.tar.zst
marcuscom-ports-cf153c1d1dd3956082be8811862dcbb2233cc8eb.zip
Update to 1.1.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16313 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libpeas/Makefile')
-rw-r--r--devel/libpeas/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile
index 95fbf545b..54ee2563b 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.15 2011/04/05 17:20:58 kwm Exp $
+# $MCom: ports/devel/libpeas/Makefile,v 1.16 2011/09/18 09:46:57 kwm Exp $
#
PORTNAME= libpeas
-PORTVERSION= 1.1.3
+PORTVERSION= 1.1.4
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -31,8 +31,8 @@ CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
OPTIONS= PYTHON "Enable python plugins" on \
- SEED "Enable JavaScript plugins (based on webkit-gtk3)" on \
- GJS "Enable JavaScript plugins (based on libxul)" off
+ SEED "Enable JavaScript plugins (based on webkit-gtk3)" off \
+ GJS "Enable JavaScript plugins (based on libxul)" on
.include <bsd.port.options.mk>