diff options
author | flz <flz@FreeBSD.org> | 2010-05-15 03:48:55 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2010-05-15 03:48:55 +0800 |
commit | 91b548059cfed2365484adaccbd382f02e8f2ee1 (patch) | |
tree | 1726513f4ad415d02eb5c95176b11e66433982c3 /mail | |
parent | 3773f350f487be9a580c728d9f63e15bb8842ae5 (diff) | |
download | freebsd-ports-gnome-91b548059cfed2365484adaccbd382f02e8f2ee1.tar.gz freebsd-ports-gnome-91b548059cfed2365484adaccbd382f02e8f2ee1.tar.zst freebsd-ports-gnome-91b548059cfed2365484adaccbd382f02e8f2ee1.zip |
Retire misc/ldconfig_compat. Thee served us well
PR: ports/146532
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index f5ad5b489615..e411b0f07688 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -63,7 +63,6 @@ OPTIONS= PILOT "Enable Palm Pilot sync support" off \ .include <bsd.port.pre.mk> USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION} -.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk" .if defined(WITH_PILOT) LIB_DEPENDS+= gpilotdconduit.2:${PORTSDIR}/palm/gnome-pilot |