Date: Thu, 4 Jul 2019 17:29:40 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505848 - head/mail/spamassassin-dqs Message-ID: <201907041729.x64HTeue059161@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Thu Jul 4 17:29:40 2019 New Revision: 505848 URL: https://svnweb.freebsd.org/changeset/ports/505848 Log: mail/spamassassin-dqs: simplify RUN_DEPENDS. Reported by: adamw (private conversation). Modified: head/mail/spamassassin-dqs/Makefile Modified: head/mail/spamassassin-dqs/Makefile ============================================================================== --- head/mail/spamassassin-dqs/Makefile Thu Jul 4 17:27:15 2019 (r505847) +++ head/mail/spamassassin-dqs/Makefile Thu Jul 4 17:29:40 2019 (r505848) @@ -11,7 +11,7 @@ COMMENT= Real-Time DNSBL's that catch a bunch of addit LICENSE= APACHE20 -RUN_DEPENDS= ${LOCALBASE}/bin/spamassassin:mail/spamassassin +RUN_DEPENDS= spamassassin:mail/spamassassin USE_GITHUB= yes GH_ACCOUNT= spamhaus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907041729.x64HTeue059161>