svn commit: r341619 - branches/2014Q1/textproc/groff
Dag-Erling Smørgrav
des at FreeBSD.org
Tue Jan 28 16:35:49 UTC 2014
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
More information about the svn-ports-all
mailing list