diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-16 15:21:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-16 15:21:12 +0800 |
commit | 54706cad45d78d15daa85c11b8aa4d97f0ea4f3e (patch) | |
tree | 73e10c11d26eacc8733e70f77ceec844c9c8eb57 /security | |
parent | 21315df798d4119014f8032337f96a70f4f2cd51 (diff) | |
download | marcuscom-ports-54706cad45d78d15daa85c11b8aa4d97f0ea4f3e.tar marcuscom-ports-54706cad45d78d15daa85c11b8aa4d97f0ea4f3e.tar.gz marcuscom-ports-54706cad45d78d15daa85c11b8aa4d97f0ea4f3e.tar.bz2 marcuscom-ports-54706cad45d78d15daa85c11b8aa4d97f0ea4f3e.tar.lz marcuscom-ports-54706cad45d78d15daa85c11b8aa4d97f0ea4f3e.tar.xz marcuscom-ports-54706cad45d78d15daa85c11b8aa4d97f0ea4f3e.tar.zst marcuscom-ports-54706cad45d78d15daa85c11b8aa4d97f0ea4f3e.zip |
Chase the epiphany version. This should enable building of the Ephy plug-in
again.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12100 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse-plugins/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index ca62cd594..10d4a8d9d 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -3,11 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse-plugins/Makefile,v 1.6 2009/02/24 21:27:03 kwm Exp $ +# $MCom: ports/security/seahorse-plugins/Makefile,v 1.7 2009/03/05 06:35:45 marcus Exp $ # PORTNAME= seahorse-plugins PORTVERSION= 2.25.92 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -59,7 +60,7 @@ CONFIGURE_ARGS+=--disable-nautilus .if !defined(WITHOUT_EPIPHANY) BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.25" +PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.26" .else CONFIGURE_ARGS+=--disable-epiphany PLIST_SUB+= EPHY="@comment " |