diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-24 17:58:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-24 17:58:08 +0000 |
commit | e075458eec522e551bed6cfedc874c63b1ccac38 (patch) | |
tree | e30444ef0f789cbc4d0afab4c19f3ca4d624641a /mail/evolution/Makefile | |
parent | - Fix build with threads (diff) |
Don't statically link the Pilot conduits. This fixes a problem where
certain GTK objects would conflict, thus resulting in broken conduits.
Approved by: portmgr (lioux)
Notes
Notes:
svn path=/head/; revision=71835
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 98c165e33c95..00677daaddd0 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,7 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://people.FreeBSD.org/~sobomax/:local |