Skip to content

Commit

Permalink
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
Browse files Browse the repository at this point in the history
With hat:	portmgr
Sponsored by:	Absolight
  • Loading branch information
mat813 committed Apr 1, 2016
1 parent 0e1e582 commit c60c1d0
Show file tree
Hide file tree
Showing 2,612 changed files with 9,991 additions and 9,991 deletions.
4 changes: 2 additions & 2 deletions mail/addresses-goodies/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ LICENSE= LGPL21
USES= gnustep
USE_GNUSTEP= back build

LIB_DEPENDS= libInspector.so:${PORTSDIR}/deskutils/gworkspace \
libAddresses.so:${PORTSDIR}/mail/addresses
LIB_DEPENDS= libInspector.so:deskutils/gworkspace \
libAddresses.so:mail/addresses
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}

WRKSRC= ${WRKDIR}/Addresses-${PORTVERSION}/Goodies
Expand Down
10 changes: 5 additions & 5 deletions mail/alpine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,20 @@ IPV6_CONFIGURE_WITH= ipv6
.if ! ${PORT_OPTIONS:MNOSPELL}
.if ! ${PORT_OPTIONS:MISPELL}
CONFIGURE_ARGS+=--with-interactive-spellcheck=${LOCALBASE}/bin/aspell
BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
BUILD_DEPENDS+= aspell:textproc/aspell
RUN_DEPENDS+= aspell:textproc/aspell
.else
CONFIGURE_ARGS+= --with-interactive-spellcheck=${LOCALBASE}/bin/ispell
BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell
BUILD_DEPENDS+= ispell:textproc/aspell-ispell
RUN_DEPENDS+= ispell:textproc/aspell-ispell
.endif
.else
CONFIGURE_ARGS+=--without-simple-spellcheck --without-interactive-spellcheck
.endif

.if !defined(PICO_ALPINE_SLAVE)
.if ${PORT_OPTIONS:MPICO}
RUN_DEPENDS+= pico:${PORTSDIR}/editors/pico-alpine
RUN_DEPENDS+= pico:editors/pico-alpine
.endif

.if ${PORT_OPTIONS:MLDAP}
Expand Down
12 changes: 6 additions & 6 deletions mail/anubis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@ OPTIONS_EXCLUDE+= PAM

GDBM_DESC= GDBM backend
GDBM_IMPLIES= GSASL
GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
GDBM_CONFIGURE_WITH= gdbm

GNUPG_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme
GNUPG_LIB_DEPENDS= libgpgme.so:security/gpgme
GNUPG_CONFIGURE_WITH= gpgme

GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_CONFIGURE_WITH= gnutls

GSASL_DESC= GSASL support (required for databases)
GSASL_LIB_DEPENDS= libgsasl.so:${PORTSDIR}/security/gsasl
GSASL_LIB_DEPENDS= libgsasl.so:security/gsasl
GSASL_CONFIGURE_WITH= gsasl

GUILE_LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
GUILE_LIB_DEPENDS= libguile.so:lang/guile
GUILE_CONFIGURE_WITH= guile
GUILE_PORTEXAMPLES= anubis.scm anubisrc.guile

Expand All @@ -74,7 +74,7 @@ NLS_CONFIGURE_ENABLE= nls
PAM_CONFIGURE_WITH= pam
PAM_PORTEXAMPLES= pam

PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
PCRE_CONFIGURE_WITH= pcre

PGSQL_IMPLIES= GSASL
Expand Down
2 changes: 1 addition & 1 deletion mail/archiveopteryx-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= Advanced PostgreSQL-based IMAP/POP server

LICENSE= MIT

BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
BUILD_DEPENDS= jam:devel/jam

USE_GITHUB= yes
GH_ACCOUNT= aox
Expand Down
2 changes: 1 addition & 1 deletion mail/archiveopteryx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= Advanced PostgreSQL-based IMAP/POP server

LICENSE= MIT

BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
BUILD_DEPENDS= jam:devel/jam

USES= perl5 tar:bzip2 pgsql:9.1+
USE_OPENSSL= yes
Expand Down
36 changes: 18 additions & 18 deletions mail/assp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ DISTNAME= ${PORTNAME:tu}_${PORTVERSION}_Install
MAINTAINER= [email protected]
COMMENT= Anti-Spam SMTP Proxy

RUN_DEPENDS= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS \
p5-libwww>=6.04:${PORTSDIR}/www/p5-libwww \
p5-HTML-Parser>=3.69:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS= p5-Net-DNS>=0.68:dns/p5-Net-DNS \
p5-libwww>=6.04:www/p5-libwww \
p5-HTML-Parser>=3.69:www/p5-HTML-Parser

USES= perl5 zip:infozip shebangfix
SHEBANG_FILES= *.pl
Expand Down Expand Up @@ -63,63 +63,63 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ASSP_1.9.9_14158_install/${PORTNAM
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MEMVALID}
RUN_DEPENDS+= p5-Email-Valid>=0.190:${PORTSDIR}/mail/p5-Email-Valid
RUN_DEPENDS+= p5-Email-Valid>=0.190:mail/p5-Email-Valid
.endif

.if ${PORT_OPTIONS:MLDAP}
RUN_DEPENDS+= p5-perl-ldap>=0.4400:${PORTSDIR}/net/p5-perl-ldap
RUN_DEPENDS+= p5-perl-ldap>=0.4400:net/p5-perl-ldap
.endif

.if ${PORT_OPTIONS:MSPF}
RUN_DEPENDS+= p5-Mail-SPF>=2.007:${PORTSDIR}/mail/p5-Mail-SPF
RUN_DEPENDS+= p5-Mail-SPF>=2.007:mail/p5-Mail-SPF
.endif

.if ${PORT_OPTIONS:MSRS}
RUN_DEPENDS+= p5-Mail-SRS>=0.31:${PORTSDIR}/mail/p5-Mail-SRS
RUN_DEPENDS+= p5-Mail-SRS>=0.31:mail/p5-Mail-SRS
.endif

.if ${PORT_OPTIONS:MSEND}
RUN_DEPENDS+= p5-Email-Send>=2.198:${PORTSDIR}/mail/p5-Email-Send
RUN_DEPENDS+= p5-Email-Send>=2.198:mail/p5-Email-Send
.endif

.if ${PORT_OPTIONS:MFBACKW}
RUN_DEPENDS+= p5-File-ReadBackwards>=1.05:${PORTSDIR}/devel/p5-File-ReadBackwards
RUN_DEPENDS+= p5-File-ReadBackwards>=1.05:devel/p5-File-ReadBackwards
.endif

.if ${PORT_OPTIONS:MCLAMAV}
RUN_DEPENDS+= p5-File-Scan-ClamAV>=1.9.1:${PORTSDIR}/security/p5-File-Scan-ClamAV
RUN_DEPENDS+= p5-File-Scan-ClamAV>=1.9.1:security/p5-File-Scan-ClamAV
PLIST_SUB+= ASSP_CLAMAV=""
.else
PLIST_SUB+= ASSP_CLAMAV="@comment "
.endif

.if ${PORT_OPTIONS:MDNSBL}
RUN_DEPENDS+= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS+= p5-Net-DNS>=0.68:dns/p5-Net-DNS
.endif

.if ${PORT_OPTIONS:MMYSQL}
RUN_DEPENDS+= p5-Tie-DBI>=1.05:${PORTSDIR}/databases/p5-Tie-DBI
RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
RUN_DEPENDS+= p5-Tie-DBI>=1.05:databases/p5-Tie-DBI
RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql
.endif

.if ${PORT_OPTIONS:MMATCHRE}
RUN_DEPENDS+= p5-Net-IP-Match-Regexp>=1.01:${PORTSDIR}/net-mgmt/p5-Net-IP-Match-Regexp
RUN_DEPENDS+= p5-Net-IP-Match-Regexp>=1.01:net-mgmt/p5-Net-IP-Match-Regexp
.endif

.if ${PORT_OPTIONS:MSENDERB}
RUN_DEPENDS+= p5-Net-SenderBase>=1.02:${PORTSDIR}/mail/p5-Net-SenderBase
RUN_DEPENDS+= p5-Net-SenderBase>=1.02:mail/p5-Net-SenderBase
.endif

.if ${PORT_OPTIONS:MMIMEMOD}
RUN_DEPENDS+= p5-Email-MIME>=1.910:${PORTSDIR}/mail/p5-Email-MIME
RUN_DEPENDS+= p5-Email-MIME>=1.910:mail/p5-Email-MIME
.endif

.if ${PORT_OPTIONS:MSSL}
RUN_DEPENDS+= p5-IO-Socket-SSL>=1.74:${PORTSDIR}/security/p5-IO-Socket-SSL
RUN_DEPENDS+= p5-IO-Socket-SSL>=1.74:security/p5-IO-Socket-SSL
.endif

.if ${PORT_OPTIONS:MIPV6}
RUN_DEPENDS+= p5-IO-Socket-INET6>=2.69:${PORTSDIR}/net/p5-IO-Socket-INET6
RUN_DEPENDS+= p5-IO-Socket-INET6>=2.69:net/p5-IO-Socket-INET6
.endif

EXTRACT_AFTER_ARGS= -d ${PORTNAME}-${PORTVERSION}
Expand Down
14 changes: 7 additions & 7 deletions mail/automx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ COMMENT= Handles mail account profile requests from mail clients
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr \
${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \
${PYTHON_PKGNAMEPREFIX}m2crypto>=0:${PORTSDIR}/security/py-m2crypto \
wget:${PORTSDIR}/ftp/wget \
dig:${PORTSDIR}/dns/bind-tools
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \
${PYTHON_PKGNAMEPREFIX}ipaddr>=0:devel/py-ipaddr \
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \
${PYTHON_PKGNAMEPREFIX}m2crypto>=0:security/py-m2crypto \
wget:ftp/wget \
dig:dns/bind-tools

GH_ACCOUNT= sys4

Expand All @@ -32,7 +32,7 @@ SUB_FILES= pkg-message

OPTIONS_DEFINE= DOCS MEMCACHE
MEMCACHE_DESC= Add memcache support
MEMCACHE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=0:${PORTSDIR}/databases/py-python-memcached
MEMCACHE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=0:databases/py-python-memcached

do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
Expand Down
2 changes: 1 addition & 1 deletion mail/avenger/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CONFIGURE_ARGS= --enable-ssl=${OPENSSLBASE} \
OPTIONS_DEFINE= SASL DOCS

SASL_CONFIGURE_ON= --enable-sasl
SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2

post-patch:
@${REINPLACE_CMD} -e \
Expand Down
22 changes: 11 additions & 11 deletions mail/balsa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ MASTER_SITES= http://pawsa.fedorapeople.org/balsa/
MAINTAINER= [email protected]
COMMENT= Mail reader for the GNOME desktop

BUILD_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring \
itstool:${PORTSDIR}/textproc/itstool \
yelp-tools>=0:${PORTSDIR}/textproc/yelp-tools
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
libesmtp.so:${PORTSDIR}/mail/libesmtp \
libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \
libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3
RUN_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring
BUILD_DEPENDS= gnome-keyring:security/gnome-keyring \
itstool:textproc/itstool \
yelp-tools>=0:textproc/yelp-tools
LIB_DEPENDS= libpcre.so:devel/pcre \
libesmtp.so:mail/libesmtp \
libgmime-2.6.so:mail/gmime26 \
libcanberra-gtk3.so:audio/libcanberra-gtk3
RUN_DEPENDS= gnome-keyring:security/gnome-keyring

# Depends on gtkhtml4 (which is being abandonend). When our webkitgtk3
# in ports gets updated to > 1.10.x, balsa should depend on it.
Expand All @@ -45,14 +45,14 @@ GTKSPELL_DESC= Spell checking support
GTKSV_DESC= GtkSourceview support
GPG_DESC= GnuPG support
GPG_CONFIGURE_WITH= gpgme
GPG_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme
GPG_LIB_DEPENDS= libgpgme.so:security/gpgme
LDAP_USE= OPENLDAP=yes
LDAP_CONFIGURE_WITH= ldap
GTKSPELL_CONFIGURE_WITH= gtkspell
GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3
GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3
GTKSV_USE= GNOME=gtksourceview3
GTKSV_CONFIGURE_WITH= gtksourceview
NOTIFY_CONFIGURE_WITH= libnotify
NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion mail/batv-milter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MAINTAINER= [email protected]
COMMENT= Milter for BATV (Bounce Address Tag Validation)

.if !exists( /usr/include/libmilter/mfapi.h )
BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/libmilter
BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:mail/libmilter
.endif

USES= uidfix
Expand Down
2 changes: 1 addition & 1 deletion mail/bayespam/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COMMENT= Qmail spam filter written in Perl using Bayesian classification

LICENSE= GPLv2

RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools
RUN_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools

USES= shebangfix perl5
NO_BUILD= yes
Expand Down
2 changes: 1 addition & 1 deletion mail/bbmail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COMMENT= Tool intended for Blackbox that checks for new mail

LICENSE= GPLv2+

BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:${PORTSDIR}/x11-wm/blackbox
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:x11-wm/blackbox

USES= pkgconfig
USE_XORG= xext
Expand Down
2 changes: 1 addition & 1 deletion mail/biabam/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COMMENT= Command-line attachment mailer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
RUN_DEPENDS= bash:shells/bash

NO_BUILD= yes
PLIST_FILES= bin/biabam
Expand Down
4 changes: 2 additions & 2 deletions mail/bincimap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ COMMENT= Light-weight IMAP server for Maildir
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

RUN_DEPENDS= checkpassword-pam:${PORTSDIR}/security/checkpassword-pam \
tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
RUN_DEPENDS= checkpassword-pam:security/checkpassword-pam \
tcpserver:sysutils/ucspi-tcp

USE_RC_SUBR= bincimapd
GNU_CONFIGURE= yes
Expand Down
2 changes: 1 addition & 1 deletion mail/bogofilter-tc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PKGNAMESUFFIX= -tc
MAINTAINER= [email protected]
# Blanket approval for changes by Zach Thompson (address above)

LIB_DEPENDS= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet
LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet

CONFLICTS_INSTALL= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[1-9]* bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]*

Expand Down
2 changes: 1 addition & 1 deletion mail/bogofilter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CPE_VENDOR= bogofilter_project

UNICODE_USES= iconv
UNICODE_CONFIGURE_ENABLE= unicode
GSL_LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
GSL_LIB_DEPENDS= libgsl.so:math/gsl
GSL_CONFIGURE_ARGS_OFF= --with-included-gsl

PORTDOCS= *
Expand Down
4 changes: 2 additions & 2 deletions mail/bsfilter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= Bayesian spam filter written in Ruby

LICENSE= GPLv2

RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/ruby-gdbm
RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}gdbm>=0:databases/ruby-gdbm

NO_BUILD= yes
USE_RUBY= yes
Expand All @@ -26,7 +26,7 @@ MECAB_DESC= Part-of-Speech and Morphological Analyzer
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MMECAB}
RUN_DEPENDS+= ja-${RUBY_PKGNAMEPREFIX}mecab>=0:${PORTSDIR}/japanese/ruby-mecab
RUN_DEPENDS+= ja-${RUBY_PKGNAMEPREFIX}mecab>=0:japanese/ruby-mecab
.endif

do-install:
Expand Down
2 changes: 1 addition & 1 deletion mail/bsmtp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= Batch SMTP support for sendmail, incoming and outgoing
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

RUN_DEPENDS= ${LOCALBASE}/bin/uux:${PORTSDIR}/net/freebsd-uucp
RUN_DEPENDS= ${LOCALBASE}/bin/uux:net/freebsd-uucp

CONFLICTS= smail-3.*

Expand Down
2 changes: 1 addition & 1 deletion mail/claws-mail-bogofilter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PORTREVISION= 0

COMMENT= Spam filtering plugin for Claws Mail

RUN_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter
RUN_DEPENDS= bogofilter:mail/bogofilter

CLAWS_PLUGINS_BUILD= bogofilter

Expand Down
2 changes: 1 addition & 1 deletion mail/claws-mail-bsfilter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PORTREVISION= 0

COMMENT= Spam filtering, bsfilter based plugin for Claws Mail

RUN_DEPENDS= bsfilter:${PORTSDIR}/mail/bsfilter
RUN_DEPENDS= bsfilter:mail/bsfilter

CLAWS_PLUGINS_BUILD= bsfilter

Expand Down
2 changes: 1 addition & 1 deletion mail/claws-mail-clamd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PORTREVISION= 0

COMMENT= ClamAV based antivirus plugin for Claws Mail

RUN_DEPENDS= clamd:${PORTSDIR}/security/clamav
RUN_DEPENDS= clamd:security/clamav

CLAWS_PLUGINS_BUILD= clamd

Expand Down
4 changes: 2 additions & 2 deletions mail/claws-mail-fancy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ PORTREVISION= 0

COMMENT= Webkit based HTML renderer plugin for Claws Mail

LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \
libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
LIB_DEPENDS= libsoup-gnome-2.4.so:devel/libsoup-gnome \
libwebkitgtk-1.0.so:www/webkit-gtk2

CLAWS_PLUGINS_BUILD= fancy

Expand Down
2 changes: 1 addition & 1 deletion mail/claws-mail-gdata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PORTREVISION= 0

COMMENT= Plugin providing Google Contacts in the Tab-address completion

LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata
LIB_DEPENDS= libgdata.so:devel/libgdata

CLAWS_PLUGINS_BUILD= gdata

Expand Down
Loading

0 comments on commit c60c1d0

Please sign in to comment.