aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-09-24 17:59:03 +0800
committernetchild <netchild@FreeBSD.org>2006-09-24 17:59:03 +0800
commita46a82c6c372def989026a015e4a0576d2c3f1d8 (patch)
tree336fe5af16232ebfb7673e7ed76afad3a291354e
parent0b9fc1908f375465bb54860809ebd03505ec1ea3 (diff)
downloadfreebsd-ports-gnome-a46a82c6c372def989026a015e4a0576d2c3f1d8.tar.gz
freebsd-ports-gnome-a46a82c6c372def989026a015e4a0576d2c3f1d8.tar.zst
freebsd-ports-gnome-a46a82c6c372def989026a015e4a0576d2c3f1d8.zip
Fix pilot-link lib dependency (so-version bump). The fix is different
from the one in the PR and I also don't bump the portrevision, it's an optional dependency and the package on the cluster will not change. PR: 103547 Noticed by: "Alex Samorukov" <samm@os2.kiev.ua>
-rw-r--r--mail/claws-mail/Makefile2
-rw-r--r--mail/sylpheed-claws/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index 004bffaf3ccd..c5fb10486e81 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -110,7 +110,7 @@ CONFIGURE_ARGS+= --enable-aspell
CONFIGURE_ARGS+= --disable-aspell
.endif
.if defined(WITH_JPILOT) || defined(WITH_ALL)
-LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link
+LIB_DEPENDS+= pisock:${PORTSDIR}/palm/pilot-link
RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot
CONFIGURE_ARGS+= --enable-jpilot
.else
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile
index 004bffaf3ccd..c5fb10486e81 100644
--- a/mail/sylpheed-claws/Makefile
+++ b/mail/sylpheed-claws/Makefile
@@ -110,7 +110,7 @@ CONFIGURE_ARGS+= --enable-aspell
CONFIGURE_ARGS+= --disable-aspell
.endif
.if defined(WITH_JPILOT) || defined(WITH_ALL)
-LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link
+LIB_DEPENDS+= pisock:${PORTSDIR}/palm/pilot-link
RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot
CONFIGURE_ARGS+= --enable-jpilot
.else