diff options
author | makc <makc@FreeBSD.org> | 2010-06-09 03:40:54 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-09 03:40:54 +0800 |
commit | e7172d8e7a5c9c7083dd5ff2261a642ec4283783 (patch) | |
tree | 447bca684e70c63a0ff3337f1d5cbf7ff98516b5 /mail | |
parent | bd98582f4cf3b5d77bb6425bb872ccf1dfceed31 (diff) | |
download | freebsd-ports-gnome-e7172d8e7a5c9c7083dd5ff2261a642ec4283783.tar.gz freebsd-ports-gnome-e7172d8e7a5c9c7083dd5ff2261a642ec4283783.tar.zst freebsd-ports-gnome-e7172d8e7a5c9c7083dd5ff2261a642ec4283783.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@)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 5 |
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} \ |