diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-30 05:28:21 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-30 05:28:21 +0800 |
commit | f4888bb056346e1545a9f3e75ce290f08bb1f7a2 (patch) | |
tree | 1c89544ab6a4fdbfbfbc15673695108c99244ecd /security/seahorse/Makefile | |
parent | 3568f12a573ba18a979e7fb5077908f3c660c58f (diff) | |
download | marcuscom-ports-f4888bb056346e1545a9f3e75ce290f08bb1f7a2.tar marcuscom-ports-f4888bb056346e1545a9f3e75ce290f08bb1f7a2.tar.gz marcuscom-ports-f4888bb056346e1545a9f3e75ce290f08bb1f7a2.tar.bz2 marcuscom-ports-f4888bb056346e1545a9f3e75ce290f08bb1f7a2.tar.lz marcuscom-ports-f4888bb056346e1545a9f3e75ce290f08bb1f7a2.tar.xz marcuscom-ports-f4888bb056346e1545a9f3e75ce290f08bb1f7a2.tar.zst marcuscom-ports-f4888bb056346e1545a9f3e75ce290f08bb1f7a2.zip |
Re-enable nautilus share module. It works now to build and install in the
correct place. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10288 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/seahorse/Makefile')
-rw-r--r-- | security/seahorse/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index c0fc71bb4..538be9e95 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.52 2008/01/29 01:42:05 marcus Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.53 2008/01/29 16:54:06 kwm Exp $ # PORTNAME= seahorse PORTVERSION= 2.21.90 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -38,7 +39,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ 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 \ @@ -46,7 +46,8 @@ OPTIONS= LDAP "Enable LDAP support" on \ APPLET "Enable clipboard encryption applet" on \ KEYRING "Enable GNOME Keyring support" on \ MDNS "Enable mDNS key sharing" on \ - GEDIT "Enable GEdit plug-in support" on + GEDIT "Enable GEdit plug-in support" on \ + NAUTILUS "Enable the Nautilus component" on .include <bsd.port.pre.mk> @@ -60,13 +61,13 @@ PLIST_SUB+= GEDIT="@comment " CONFIGURE_ARGS+=--disable-gedit .endif -#.if !defined(WITHOUT_NAUTILUS) -#USE_GNOME+= nautilus2 -#PLIST_SUB+= NAUTILUS="" -#.else +.if !defined(WITHOUT_NAUTILUS) +USE_GNOME+= nautilus2 +PLIST_SUB+= NAUTILUS="" +.else PLIST_SUB+= NAUTILUS="@comment " CONFIGURE_ARGS+=--disable-nautilus -#.endif +.endif .if !defined(WITHOUT_LDAP) USE_OPENLDAP= yes |