[100783] trunk/dports/textproc/wordnet/Portfile

g5pw at macports.org g5pw at macports.org
Mon Dec 24 03:51:51 PST 2012


Revision: 100783
          https://trac.macports.org/changeset/100783
Author:   g5pw at macports.org
Date:     2012-12-24 03:51:51 -0800 (Mon, 24 Dec 2012)
Log Message:
-----------
textproc/wordnet:
  fix compilation with tcl/tk 8.6

Modified Paths:
--------------
    trunk/dports/textproc/wordnet/Portfile

Modified: trunk/dports/textproc/wordnet/Portfile
===================================================================
--- trunk/dports/textproc/wordnet/Portfile	2012-12-24 11:51:34 UTC (rev 100782)
+++ trunk/dports/textproc/wordnet/Portfile	2012-12-24 11:51:51 UTC (rev 100783)
@@ -34,7 +34,12 @@
     reinplace "s|/usr/local/WordNet-3.0/dict|${prefix}/share/WordNet-3.0/dict|g" ${worksrcpath}/include/wn.h
 }
 
-configure.args      --mandir=${prefix}/share/man
+configure.args      --mandir=${prefix}/share/man \
+                    --with-tcl=${prefix}/lib \
+                    --with-tk=${prefix}/lib
+configure.cflags-append \
+                    -DUSE_INTERP_RESULT
+
 post-configure {
     reinplace "s|${prefix}/dict|${prefix}/share/WordNet-3.0/dict|g" ${worksrcpath}/config.h
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121224/2930fb87/attachment.html>


More information about the macports-changes mailing list