From owner-svn-ports-all@FreeBSD.ORG Thu Jan 23 15:27:58 2014 Return-Path: Delivered-To: svn-ports-all@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 B3204D1E; Thu, 23 Jan 2014 15:27:58 +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 9F132191C; Thu, 23 Jan 2014 15:27:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0NFRwkv093686; Thu, 23 Jan 2014 15:27:58 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0NFRweb093685; Thu, 23 Jan 2014 15:27:58 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201401231527.s0NFRweb093685@svn.freebsd.org> From: Dag-Erling Smørgrav Date: Thu, 23 Jan 2014 15:27:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340831 - head/textproc/groff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 15:27:58 -0000 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