Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:15:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400810 - head/textproc/p5-Lingua-Ispell
Message-ID:  <201511042015.tA4KFIg8064562@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov  4 20:15:18 2015
New Revision: 400810
URL: https://svnweb.freebsd.org/changeset/ports/400810

Log:
  - Update *_DEPENDS: remove redundant LOCALBASE/bin
  - Add NO_ARCH

Modified:
  head/textproc/p5-Lingua-Ispell/Makefile

Modified: head/textproc/p5-Lingua-Ispell/Makefile
==============================================================================
--- head/textproc/p5-Lingua-Ispell/Makefile	Wed Nov  4 20:15:14 2015	(r400809)
+++ head/textproc/p5-Lingua-Ispell/Makefile	Wed Nov  4 20:15:18 2015	(r400810)
@@ -14,9 +14,10 @@ COMMENT=	Perl module that encapsulates a
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/aspell-ispell
+BUILD_DEPENDS=	ispell:${PORTSDIR}/textproc/aspell-ispell
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 REINPLACE_ARGS=	-i ''
 USE_PERL5=	configure
 USES=		perl5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511042015.tA4KFIg8064562>