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

jmr at macports.org jmr at macports.org
Thu Feb 28 05:19:23 PST 2013


Revision: 103529
          https://trac.macports.org/changeset/103529
Author:   jmr at macports.org
Date:     2013-02-28 05:19:23 -0800 (Thu, 28 Feb 2013)
Log Message:
-----------
wordnet: set license, run configure.cc rather than 'gcc'

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

Modified: trunk/dports/textproc/wordnet/Portfile
===================================================================
--- trunk/dports/textproc/wordnet/Portfile	2013-02-28 13:09:06 UTC (rev 103528)
+++ trunk/dports/textproc/wordnet/Portfile	2013-02-28 13:19:23 UTC (rev 103529)
@@ -6,6 +6,7 @@
 version             3.0
 revision            3
 categories          textproc
+license             Permissive
 maintainers         nomaintainer
 description         Lexical database for the English language
 long_description    WordNet® is a large lexical database of English, developed \
@@ -46,7 +47,7 @@
 
 # Build a shared library (so does FreeBSD's port).
 post-build {
-    system "gcc -install_name ${prefix}/lib/libWN.dylib -dynamiclib ${worksrcpath}/lib/*.o -o ${worksrcpath}/lib/libWN.dylib"
+    system "${configure.cc} -install_name ${prefix}/lib/libWN.dylib -dynamiclib ${worksrcpath}/lib/*.o -o ${worksrcpath}/lib/libWN.dylib"
 }
 
 destroot.args-append    dictdir=${prefix}/share/WordNet-3.0/dict \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130228/225224ce/attachment.html>


More information about the macports-changes mailing list