svn commit: r441695 - head/www/quickie

Baptiste Daroussin bapt at FreeBSD.org
Thu May 25 14:38:54 UTC 2017


Author: bapt
Date: Thu May 25 14:38:52 2017
New Revision: 441695
URL: https://svnweb.freebsd.org/changeset/ports/441695

Log:
  Register groff as both a run and build dependency

Modified:
  head/www/quickie/Makefile

Modified: head/www/quickie/Makefile
==============================================================================
--- head/www/quickie/Makefile	Thu May 25 14:35:49 2017	(r441694)
+++ head/www/quickie/Makefile	Thu May 25 14:38:52 2017	(r441695)
@@ -15,7 +15,7 @@ COMMENT=	Small footprint, fast Wiki engi
 
 LICENSE=	GPLv2+
 
-USES=		alias perl5
+USES=		alias groff:both perl5
 USE_PERL5=	build patch
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc \


More information about the svn-ports-all mailing list