Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 15:27:58 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340831 - head/textproc/groff
Message-ID:  <201401231527.s0NFRweb093685@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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