diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2005-01-09 15:15:56 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2005-01-09 15:15:56 +0000 |
commit | 59f0d2b3db0a80c093ea1bc763df39cb2063bcbe (patch) | |
tree | 35221c9cf1d37fa0395601c9c31db3edb75ebbc1 /databases/evolution-data-server | |
parent | dca50c5d0db66f19599ebc2abeb04ec4c1abd998 (diff) | |
download | ports-59f0d2b3db0a80c093ea1bc763df39cb2063bcbe.tar.gz ports-59f0d2b3db0a80c093ea1bc763df39cb2063bcbe.zip |
Notes
Diffstat (limited to 'databases/evolution-data-server')
-rw-r--r-- | databases/evolution-data-server/Makefile | 2 | ||||
-rw-r--r-- | databases/evolution-data-server/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 8c20277ae688..5641f943a8be 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -34,8 +34,10 @@ PLIST_SUB= VERSION="1.0" EVO_VERSION="1.0" .if !defined(WITHOUT_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+=--with-openldap=yes +PLIST_SUB+= LDAP="" .else CONFIGURE_ARGS+=--with-openldap=no +PLIST_SUB+= LDAP="@comment " .endif pre-everything:: diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist index 6890fdd06de7..6b9fe166dcd2 100644 --- a/databases/evolution-data-server/pkg-plist +++ b/databases/evolution-data-server/pkg-plist @@ -172,7 +172,7 @@ share/doc/libecal/libecal.devhelp share/doc/libecal/right.png share/doc/libecal/style.css share/doc/libecal/up.png -share/gnome/evolution-data-server-%%VERSION%%/evolutionperson.schema +%%LDAP%%share/gnome/evolution-data-server-%%VERSION%%/evolutionperson.schema share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Abidjan.ics share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Accra.ics share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Addis_Ababa.ics |