Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2019 08:25:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489248 - head/german/aspell
Message-ID:  <201901040825.x048Ppxl057214@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jan  4 08:25:51 2019
New Revision: 489248
URL: https://svnweb.freebsd.org/changeset/ports/489248

Log:
  Fix build of aspell by adding the missing
  build dependency on aspell.
  While here add the runtime dependency as well
  
  PR:		234602
  Pointyhat:	bapt

Modified:
  head/german/aspell/Makefile

Modified: head/german/aspell/Makefile
==============================================================================
--- head/german/aspell/Makefile	Fri Jan  4 07:44:52 2019	(r489247)
+++ head/german/aspell/Makefile	Fri Jan  4 08:25:51 2019	(r489248)
@@ -13,6 +13,8 @@ COMMENT=	Aspell German dictionary
 
 USES=		gmake tar:bzip2
 ALL_TARGET=	aspell/de_DE.rws aspell/de_AT.rws aspell/de_CH.rws
+BUILD_DEPENDS=	aspell:textproc/aspell
+RUN_DEPENDS=	aspell:textproc/aspell
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/aspell \



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