summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-02 18:32:03 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-02 18:32:03 +0000
commit16def33aa9464ed444367eba38881da52e24226b (patch)
treefb881017ab76ebf5a2a7e2784e204db5fa060c1f /mail
parentRemove mkisofs-devel too (after merge with cdrtools-devel). (diff)
Add an rpath so that the resulting binaries can find the Evolution libs.
Notes
Notes: svn path=/head/; revision=110694
Diffstat (limited to 'mail')
-rw-r--r--mail/evolution-exchange/Makefile3
-rw-r--r--mail/ximian-connector/Makefile3
2 files changed, 4 insertions, 2 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
diff --git a/mail/ximian-connector/Makefile b/mail/ximian-connector/Makefile
index 9f0d6b887a72..1756b804bc9d 100644
--- a/mail/ximian-connector/Makefile
+++ b/mail/ximian-connector/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