From 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 1 Apr 2016 14:16:16 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. With hat: portmgr Sponsored by: Absolight --- mail/claws-mail/Makefile | 22 +++++++++++----------- mail/claws-mail/Makefile.claws | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'mail/claws-mail') diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 7dcaf3f95085..4629ad8dcd5a 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -7,10 +7,10 @@ CATEGORIES= mail news ipv6 COMMENT= Lightweight and featureful GTK+ based e-mail and news client -LIB_DEPENDS= libetpan.so:${PORTSDIR}/mail/libetpan \ - libgnutls.so:${PORTSDIR}/security/gnutls \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt -RUN_DEPENDS= mime-support>0:${PORTSDIR}/misc/mime-support +LIB_DEPENDS= libetpan.so:mail/libetpan \ + libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt +RUN_DEPENDS= mime-support>0:misc/mime-support USE_GNOME= gtk20 USES= cpe desktop-file-utils execinfo pathfix shebangfix @@ -24,20 +24,20 @@ OPTIONS_SUB= yes COMPFACE_DESC= X-Face support COMPFACE_CONFIGURE_ENABLE= compface -COMPFACE_LIB_DEPENDS= libcompface.so:${PORTSDIR}/mail/faces +COMPFACE_LIB_DEPENDS= libcompface.so:mail/faces DEBUG_CONFIGURE_ON= --enable-maintainer-mode ENCHANT_DESC= Spell checking support ENCHANT_CONFIGURE_ENABLE= enchant -ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant +ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant IPV6_CONFIGURE_ENABLE= ipv6 JPILOT_DESC= JPilot support JPILOT_CONFIGURE_ENABLE= jpilot -JPILOT_LIB_DEPENDS= libpisock.so:${PORTSDIR}/palm/pilot-link -JPILOT_RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot +JPILOT_LIB_DEPENDS= libpisock.so:palm/pilot-link +JPILOT_RUN_DEPENDS= jpilot:palm/jpilot LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= openldap=yes @@ -45,17 +45,17 @@ LDAP_USE= openldap=yes MANUAL_DESC= User manual (many dependencies, including texlive) MANUAL_CONFIGURE_ON= --enable-manual --with-manualdir=${DOCSDIR}/manual MANUAL_CONFIGURE_OFF= --disable-manual -MANUAL_BUILD_DEPENDS= docbook-utils>0:${PORTSDIR}/textproc/docbook-utils +MANUAL_BUILD_DEPENDS= docbook-utils>0:textproc/docbook-utils NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext STARTUP_DESC= Startup notification support STARTUP_CONFIGURE_ENABLE= startup-notification -STARTUP_LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification +STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification THEMES_DESC= Additional themes -THEMES_RUN_DEPENDS= claws-mail-themes>0:${PORTSDIR}/x11-themes/claws-mail-themes +THEMES_RUN_DEPENDS= claws-mail-themes>0:x11-themes/claws-mail-themes .include "Makefile.claws" diff --git a/mail/claws-mail/Makefile.claws b/mail/claws-mail/Makefile.claws index 512b22efaa0a..3931852dcfe9 100644 --- a/mail/claws-mail/Makefile.claws +++ b/mail/claws-mail/Makefile.claws @@ -51,8 +51,8 @@ CONFIGURE_ARGS+= --disable-${p}-plugin DISTNAME= claws-mail-${PORTVERSION} PKGNAMEPREFIX= claws-mail- -BUILD_DEPENDS+= claws-mail>=${PORTVERSION}:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS+= claws-mail>=${PORTVERSION}:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail +RUN_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail MASTERDIR= ${.CURDIR}/../../mail/claws-mail DESCR= ${.CURDIR}/pkg-descr -- cgit v1.2.3