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

pguyot at kallisys.net pguyot at kallisys.net
Tue Oct 7 07:14:04 PDT 2008


Revision: 40578
          http://trac.macports.org/changeset/40578
Author:   pguyot at kallisys.net
Date:     2008-10-07 07:14:03 -0700 (Tue, 07 Oct 2008)
Log Message:
-----------
textproc/wordnet: fix dynamic library

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

Modified: trunk/dports/textproc/wordnet/Portfile
===================================================================
--- trunk/dports/textproc/wordnet/Portfile	2008-10-07 14:13:36 UTC (rev 40577)
+++ trunk/dports/textproc/wordnet/Portfile	2008-10-07 14:14:03 UTC (rev 40578)
@@ -4,7 +4,7 @@
 
 name                wordnet
 version             3.0
-revision            2
+revision            3
 categories          textproc
 maintainers         pguyot at kallisys.net openmaintainer
 description         Lexical database for the English language
@@ -41,7 +41,7 @@
 
 # Build a shared library (so does FreeBSD's port).
 post-build {
-    system "gcc -dynamiclib ${worksrcpath}/lib/*.o -o ${worksrcpath}/lib/libWN.dylib"
+    system "gcc -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/20081007/ca293a61/attachment.html 


More information about the macports-changes mailing list