svn commit: r340831 - head/textproc/groff

Dag-Erling Smørgrav des at FreeBSD.org
Thu Jan 23 15:27:58 UTC 2014


Author: des
Date: Thu Jan 23 15:27:58 2014
New Revision: 340831
URL: http://svnweb.freebsd.org/changeset/ports/340831
QAT: https://qat.redports.org/buildarchive/r340831/

Log:
  Relpace hardcoded ghostscript build dependency with USE_GHOSTSCRIPT_RUN.
  
  MFH		2014Q1

Modified:
  head/textproc/groff/Makefile

Modified: head/textproc/groff/Makefile
==============================================================================
--- head/textproc/groff/Makefile	Thu Jan 23 15:12:50 2014	(r340830)
+++ head/textproc/groff/Makefile	Thu Jan 23 15:27:58 2014	(r340831)
@@ -3,7 +3,7 @@
 
 PORTNAME=	groff
 PORTVERSION=	1.21
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	groff
@@ -13,10 +13,10 @@ COMMENT=	Software typesetting package
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript8 \
-		${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils
+BUILD_DEPENDS=	${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+USE_GHOSTSCRIPT_RUN= yes
 USES=		gmake perl5
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-awk=/usr/bin/awk


More information about the svn-ports-all mailing list