diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-02 18:32:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-02 18:32:03 +0000 |
commit | 16def33aa9464ed444367eba38881da52e24226b (patch) | |
tree | fb881017ab76ebf5a2a7e2784e204db5fa060c1f /mail/evolution-exchange | |
parent | 13a31d717a7fe798dea9c6994e5a2b8f6e6d1a4d (diff) |
Notes
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 9f0d6b887a72..1756b804bc9d 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -7,6 +7,7 @@ PORTNAME= ximian PORTVERSION= 1.4.7.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://ftp.ximian.com/pub/source/evolution/ PKGNAMESUFFIX= -connector @@ -25,7 +26,7 @@ WANT_OPENLDAP_VER= 21 WANT_OPENLDAP_SASL= yes USE_GNOME= gnomeprefix intlhack gnomehack gnometarget CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -rpath ${X11BASE}/lib/evolution/${EVO_VERSION}" CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --with-static-ldap=no |