svn commit: r405490 - head/polish/ekg

Bryan Drewery bdrewery at FreeBSD.org
Thu Jan 7 23:20:47 UTC 2016


Author: bdrewery
Date: Thu Jan  7 23:20:46 2016
New Revision: 405490
URL: https://svnweb.freebsd.org/changeset/ports/405490

Log:
  Fix library dependency.
  
  The library is provided by textproc/aspell, which is what pkg was already
  registering as a dependency.  This fixes Poudriere rebuilding ekg every time
  due to a 'new dependency' on polish/aspell when ASPELL is selected.

Modified:
  head/polish/ekg/Makefile

Modified: head/polish/ekg/Makefile
==============================================================================
--- head/polish/ekg/Makefile	Thu Jan  7 22:10:21 2016	(r405489)
+++ head/polish/ekg/Makefile	Thu Jan  7 23:20:46 2016	(r405490)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ekg
 DISTVERSION=	1.8rc2
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	3
 CATEGORIES=	polish net-im
 MASTER_SITES=	http://ekg.chmurka.net/
@@ -28,7 +28,8 @@ OPTIONS_DEFINE=		ASPELL OPENSSL
 OPTIONS_DEFAULT=	OPENSSL
 
 ASPELL_CONFIGURE_ON=	--enable-aspell
-ASPELL_LIB_DEPENDS=	libaspell.so:${PORTSDIR}/polish/aspell
+ASPELL_LIB_DEPENDS=	libaspell.so:${PORTSDIR}/textproc/aspell
+ASPELL_RUN_DEPENDS=	pl-aspell>0:${PORTSDIR}/polish/aspell
 
 OPENSSL_CONFIGURE_OFF=	--without-openssl
 


More information about the svn-ports-all mailing list