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 -USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION} - .if defined(WITH_PILOT) LIB_DEPENDS+= gpilotdconduit.2:${PORTSDIR}/palm/gnome-pilot CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} \