Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 16:35:49 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r341619 - branches/2014Q1/textproc/groff
Message-ID:  <201401281635.s0SGZn5J066767@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Tue Jan 28 16:35:48 2014
New Revision: 341619
URL: http://svnweb.freebsd.org/changeset/ports/341619
QAT: https://qat.redports.org/buildarchive/r341619/

Log:
  MFH: r340831
  
  Replace hardcoded ghostscript build dependency with USE_GHOSTSCRIPT_RUN.
  
  Approved by:	portmgr (bapt)

Modified:
  branches/2014Q1/textproc/groff/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/textproc/groff/Makefile
==============================================================================
--- branches/2014Q1/textproc/groff/Makefile	Tue Jan 28 16:32:55 2014	(r341618)
+++ branches/2014Q1/textproc/groff/Makefile	Tue Jan 28 16:35:48 2014	(r341619)
@@ -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



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