svn commit: r404563 - head/textproc/p5-Lingua-Identify-CLD

Antoine Brodin antoine at FreeBSD.org
Sun Dec 27 12:03:50 UTC 2015


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


More information about the svn-ports-all mailing list