aboutsummaryrefslogtreecommitdiff
path: root/mail/evolution
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-06-08 19:40:54 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-06-08 19:40:54 +0000
commitef0fda77a1f4edee7f9494a4fcc8466b8c1e71a5 (patch)
tree94d47a310adf54ec160ab97ed9c01f4f40b4ed3f /mail/evolution
parentc381707f9d9135fd05cd0b7dcdf158e8a5610f77 (diff)
downloadports-ef0fda77a1f4edee7f9494a4fcc8466b8c1e71a5.tar.gz
ports-ef0fda77a1f4edee7f9494a4fcc8466b8c1e71a5.zip
Convert LDCONFIG_DIRS to USE_LDCONFIG.
PR: based on ports/146365 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> Approved by: gnome@ (kwm@)
Notes
Notes: svn path=/head/; revision=256130
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index ab7ad449c31b..247e0a0279ca 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -32,8 +32,7 @@ USE_AUTOTOOLS= libtool:22
USE_GSTREAMER= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
-USE_LDCONFIG= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib/evolution/%%VERSION%%
+USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION}
CONFIGURE_ARGS= --enable-nss=yes \
--enable-mono=no \
--disable-nm \
@@ -63,8 +62,6 @@ OPTIONS= PILOT "Enable Palm Pilot sync support" off \
.include <bsd.port.pre.mk>
-USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION}
-
.if defined(WITH_PILOT)
LIB_DEPENDS+= gpilotdconduit.2:${PORTSDIR}/palm/gnome-pilot
CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} \