svn commit: r400810 - head/textproc/p5-Lingua-Ispell

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:15:19 UTC 2015


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


More information about the svn-ports-all mailing list