svn commit: r489248 - head/german/aspell

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 4 08:25:52 UTC 2019


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 \


More information about the svn-ports-head mailing list