[24338] trunk/dports/net/mudix/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Apr 22 08:56:00 PDT 2007


Revision: 24338
          http://trac.macosforge.org/projects/macports/changeset/24338
Author:   pmq at macports.org
Date:     2007-04-22 08:55:59 -0700 (Sun, 22 Apr 2007)

Log Message:
-----------
Remove now useless configure.env.
Depend on ncursesw, not ncurses.

Modified Paths:
--------------
    trunk/dports/net/mudix/Portfile

Modified: trunk/dports/net/mudix/Portfile
===================================================================
--- trunk/dports/net/mudix/Portfile	2007-04-22 15:22:25 UTC (rev 24337)
+++ trunk/dports/net/mudix/Portfile	2007-04-22 15:55:59 UTC (rev 24338)
@@ -20,7 +20,7 @@
 checksums	        sha1 bb69638c034e18825016ff37d1b32b974ade14ae \
 			rmd160 db7f157e54765bcbfdd44628d8df218b3f7830a4
 
-depends_lib		port:ncurses
+depends_lib		port:ncursesw
 
 pre-configure {
     foreach cfile [glob ${worksrcpath}/src/*.c] {
@@ -32,7 +32,6 @@
     reinplace "s| -lpanel|-L${prefix}/lib -lpanel|" \
         ${worksrcpath}/src/Makefile.in
 }
-configure.env		CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
 
 destroot {
     xinstall -m 555 -W ${worksrcpath} mudix ${destroot}${prefix}/bin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070422/e7b26bfd/attachment.html


More information about the macports-changes mailing list