From owner-svn-ports-branches@FreeBSD.ORG Tue Jan 28 16:35:49 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54860D2B; Tue, 28 Jan 2014 16:35:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 404E51EB4; Tue, 28 Jan 2014 16:35:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0SGZncJ066769; Tue, 28 Jan 2014 16:35:49 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0SGZn5J066767; Tue, 28 Jan 2014 16:35:49 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201401281635.s0SGZn5J066767@svn.freebsd.org> From: Dag-Erling Smørgrav Date: Tue, 28 Jan 2014 16:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r341619 - branches/2014Q1/textproc/groff X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 16:35:49 -0000 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