1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

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@)
This commit is contained in:
Max Brazhnikov 2010-06-08 19:40:54 +00:00
parent c381707f9d
commit ef0fda77a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256130

View File

@ -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} \