diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-08 19:40:54 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-08 19:40:54 +0000 |
commit | ef0fda77a1f4edee7f9494a4fcc8466b8c1e71a5 (patch) | |
tree | 94d47a310adf54ec160ab97ed9c01f4f40b4ed3f /mail/evolution | |
parent | c381707f9d9135fd05cd0b7dcdf158e8a5610f77 (diff) | |
download | ports-ef0fda77a1f4edee7f9494a4fcc8466b8c1e71a5.tar.gz ports-ef0fda77a1f4edee7f9494a4fcc8466b8c1e71a5.zip |
Notes
Diffstat (limited to 'mail/evolution')
-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} \ |