[142656] trunk/dports/sysutils/groff/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 06:40:50 PST 2015


Revision: 142656
          https://trac.macports.org/changeset/142656
Author:   ryandesign at macports.org
Date:     2015-11-18 12:45:34 -0800 (Wed, 18 Nov 2015)
Log Message:
-----------
groff: fix configure failure when nawk is installed

Modified Paths:
--------------
    trunk/dports/sysutils/groff/Portfile

Modified: trunk/dports/sysutils/groff/Portfile
===================================================================
--- trunk/dports/sysutils/groff/Portfile	2015-11-18 20:37:43 UTC (rev 142655)
+++ trunk/dports/sysutils/groff/Portfile	2015-11-18 20:45:34 UTC (rev 142656)
@@ -28,7 +28,8 @@
 
 configure.args      --infodir=${prefix}/share/info \
                     --mandir=${prefix}/share/man \
-                    --without-x
+                    --without-x \
+                    ac_cv_prog_AWK=/usr/bin/awk
 
 depends_build       port:texinfo
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/498ba969/attachment.html>


More information about the macports-changes mailing list