svn commit: r400793 - head/devel/p5-IPC-ShellCmd

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


Author: sunpoet
Date: Wed Nov  4 20:14:05 2015
New Revision: 400793
URL: https://svnweb.freebsd.org/changeset/ports/400793

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

Modified:
  head/devel/p5-IPC-ShellCmd/Makefile

Modified: head/devel/p5-IPC-ShellCmd/Makefile
==============================================================================
--- head/devel/p5-IPC-ShellCmd/Makefile	Wed Nov  4 20:14:00 2015	(r400792)
+++ head/devel/p5-IPC-ShellCmd/Makefile	Wed Nov  4 20:14:05 2015	(r400793)
@@ -15,10 +15,11 @@ COMMENT=	Run a command with a given envi
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo \
-		p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote
+BUILD_DEPENDS=	p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \
+		sudo:${PORTSDIR}/security/sudo
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 


More information about the svn-ports-all mailing list