Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2015 12:03:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404563 - head/textproc/p5-Lingua-Identify-CLD
Message-ID:  <201512271203.tBRC3mqx031262@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 27 12:03:48 2015
New Revision: 404563
URL: https://svnweb.freebsd.org/changeset/ports/404563

Log:
  Unbreak
  
  Reported by:	pkg-fallout

Modified:
  head/textproc/p5-Lingua-Identify-CLD/Makefile
  head/textproc/p5-Lingua-Identify-CLD/pkg-plist

Modified: head/textproc/p5-Lingua-Identify-CLD/Makefile
==============================================================================
--- head/textproc/p5-Lingua-Identify-CLD/Makefile	Sun Dec 27 11:53:16 2015	(r404562)
+++ head/textproc/p5-Lingua-Identify-CLD/Makefile	Sun Dec 27 12:03:48 2015	(r404563)
@@ -12,13 +12,12 @@ COMMENT=	Interface to Chrome language de
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	libcld.so:${PORTSDIR}/devel/cld \
-		p5-Config-AutoConf>=0.16:${PORTSDIR}/devel/p5-Config-AutoConf \
+LIB_DEPENDS=	libcld.so:${PORTSDIR}/devel/cld
+BUILD_DEPENDS=	p5-Config-AutoConf>=0.16:${PORTSDIR}/devel/p5-Config-AutoConf \
 		p5-ExtUtils-CBuilder>0.27:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \
 		p5-ExtUtils-ParseXS>=0:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
 		p5-ExtUtils-LibBuilder>=0.02:${PORTSDIR}/devel/p5-ExtUtils-LibBuilder
-RUN_DEPENDS=	libcld.so:${PORTSDIR}/devel/cld \
-		p5-XSLoader>=0:${PORTSDIR}/devel/p5-XSLoader
+RUN_DEPENDS=	p5-XSLoader>=0:${PORTSDIR}/devel/p5-XSLoader
 
 USES=		perl5
 USE_PERL5=	modbuild

Modified: head/textproc/p5-Lingua-Identify-CLD/pkg-plist
==============================================================================
--- head/textproc/p5-Lingua-Identify-CLD/pkg-plist	Sun Dec 27 11:53:16 2015	(r404562)
+++ head/textproc/p5-Lingua-Identify-CLD/pkg-plist	Sun Dec 27 12:03:48 2015	(r404563)
@@ -1,5 +1,5 @@
 bin/identify-cld
 %%SITE_ARCH%%/Lingua/Identify/CLD.pm
 %%SITE_ARCH%%/auto/Lingua/Identify/CLD/CLD.so
+%%PERL5_MAN1%%/identify-cld.1.gz
 %%PERL5_MAN3%%/Lingua::Identify::CLD.3.gz
-man/man1/identify-cld.1.gz



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