diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 01:18:05 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 01:18:05 +0800 |
commit | 4e75c5c44a2f7e86084e3d13b88ac3bede42164d (patch) | |
tree | 3f550a3058465072534c1327165874e871b2d095 /security | |
parent | b5c43a7a940ed816db6e5f87898382b1f3439ee1 (diff) | |
download | marcuscom-ports-4e75c5c44a2f7e86084e3d13b88ac3bede42164d.tar marcuscom-ports-4e75c5c44a2f7e86084e3d13b88ac3bede42164d.tar.gz marcuscom-ports-4e75c5c44a2f7e86084e3d13b88ac3bede42164d.tar.bz2 marcuscom-ports-4e75c5c44a2f7e86084e3d13b88ac3bede42164d.tar.lz marcuscom-ports-4e75c5c44a2f7e86084e3d13b88ac3bede42164d.tar.xz marcuscom-ports-4e75c5c44a2f7e86084e3d13b88ac3bede42164d.tar.zst marcuscom-ports-4e75c5c44a2f7e86084e3d13b88ac3bede42164d.zip |
Disable epiphany module for now to fix the plist. It doesn't build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10187 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 2611554e0..3f5b7679f 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,7 +3,7 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.49 2007/12/23 18:25:56 kwm Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.50 2008/01/13 21:32:33 mezz Exp $ # PORTNAME= seahorse @@ -39,9 +39,9 @@ GCONF_SCHEMAS= seahorse.schemas MAN1= seahorse-agent.1 seahorse-daemon.1 seahorse-tool.1 #OPTIONS= NAUTILUS "Enable the Nautilus component" on +#OPTIONS= EPIPHANY "Enable Epiphany plug-in support" on OPTIONS= LDAP "Enable LDAP support" on \ HKP "Enable HKP keyserver interface" on \ - EPIPHANY "Enable Epiphany plug-in support" on \ NOTIFY "Enable libnotify support" on \ APPLET "Enable clipboard encryption applet" on \ KEYRING "Enable GNOME Keyring support" on \ @@ -89,14 +89,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.20" -.else +#.if !defined(WITHOUT_EPIPHANY) +#BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany +#RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany +#PLIST_SUB+= EPHY="" EPHY_VERSION="2.20" +#.else CONFIGURE_ARGS+=--disable-epiphany PLIST_SUB+= EPHY="@comment " -.endif +#.endif .if !defined(WITHOUT_APPLET) USE_GNOME+= gnomepanel |