[41004] trunk/dports/net/rdesktop/Portfile

blb at macports.org blb at macports.org
Mon Oct 20 13:57:06 PDT 2008


Revision: 41004
          http://trac.macports.org/changeset/41004
Author:   blb at macports.org
Date:     2008-10-20 13:57:06 -0700 (Mon, 20 Oct 2008)
Log Message:
-----------
net/rdesktop - fix libiconv issues, ticket #13055

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

Modified: trunk/dports/net/rdesktop/Portfile
===================================================================
--- trunk/dports/net/rdesktop/Portfile	2008-10-20 20:42:35 UTC (rev 41003)
+++ trunk/dports/net/rdesktop/Portfile	2008-10-20 20:57:06 UTC (rev 41004)
@@ -4,6 +4,7 @@
 
 name		rdesktop
 version		1.6.0
+revision		1
 categories	net
 maintainers	cshbell at gmail.com noses at noses.com
 description	Windows Terminal Server Client
@@ -26,8 +27,14 @@
 		port:openssl \
 		port:libiconv \
 		port:libao
-		
-configure.args	--mandir=${prefix}/share/man --with-libao=${prefix}
+
+configure.args		--mandir=${prefix}/share/man \
+			--x-includes=${x11prefix}/include \
+			--x-libraries=${x11prefix}/lib \
+			--with-libao=${prefix} \
+			--with-openssl=${prefix} \
+			--with-libiconv-prefix=${prefix}
+
 build.target	rdesktop
 
 checksums   	md5 c6fcbed7f0ad7e60ac5fcb2d324d8b16 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081020/2c07d6bc/attachment.html 


More information about the macports-changes mailing list