diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-18 23:57:47 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-18 23:57:47 +0800 |
commit | 372e4f7884993ee7fbd3d887f516a92ac07b6ad0 (patch) | |
tree | 7072949dd0cbf48fd6832ee3411cd33b2fffab6c /security | |
parent | 425788cb2d7659ecf26cf051414caa8293b25965 (diff) | |
download | marcuscom-ports-372e4f7884993ee7fbd3d887f516a92ac07b6ad0.tar marcuscom-ports-372e4f7884993ee7fbd3d887f516a92ac07b6ad0.tar.gz marcuscom-ports-372e4f7884993ee7fbd3d887f516a92ac07b6ad0.tar.bz2 marcuscom-ports-372e4f7884993ee7fbd3d887f516a92ac07b6ad0.tar.lz marcuscom-ports-372e4f7884993ee7fbd3d887f516a92ac07b6ad0.tar.xz marcuscom-ports-372e4f7884993ee7fbd3d887f516a92ac07b6ad0.tar.zst marcuscom-ports-372e4f7884993ee7fbd3d887f516a92ac07b6ad0.zip |
Temporarily disable epiphany support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8880 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 993340f7f..696e24858 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,11 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.33 2007/04/28 18:35:48 marcus Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.34 2007/05/12 16:12:49 marcus Exp $ # PORTNAME= seahorse PORTVERSION= 2.19.2 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -45,8 +46,8 @@ OPTIONS= NAUTILUS "Enable the Nautilus component" on \ NOTIFY "Enable libnotify support" on \ APPLET "Enable clipboard encryption applet" on \ KEYRING "Enable GNOME Keyring support" on \ - MDNS "Enable mDNS key sharing" on \ - EPIPHANY "Enable Epiphany plug-in support" on + MDNS "Enable mDNS key sharing" on +# EPIPHANY "Enable Epiphany plug-in support" on .include <bsd.port.pre.mk> @@ -86,14 +87,14 @@ LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+=--disable-libnotify .endif -.if !defined(WITHOUT_EPIPHANY) -BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -PLIST_SUB+= EPHY="" EPHY_VERSION="2.18" -.else +#.if !defined(WITHOUT_EPIPHANY) +#BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany +#RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany +#PLIST_SUB+= EPHY="" EPHY_VERSION="2.18" +#.else CONFIGURE_ARGS+=--disable-epiphany PLIST_SUB+= EPHY="@comment " -.endif +#.endif .if !defined(WITHOUT_APPLET) USE_GNOME+= gnomepanel |