--- Portfile.orig	2008-08-26 09:15:18.000000000 +0200
+++ Portfile	2008-08-26 09:14:56.000000000 +0200
@@ -42,6 +42,10 @@
 build.type              bsd
 destroot.post_args      DESTDIR=${destroot} LIBDIR=${prefix}/lib
 
+platform darwin 9 {
+    destroot.post_args-append STRIP=''
+}
+
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/bin
     xinstall -m 755 ${worksrcpath}/dsocks.sh ${destroot}${prefix}/bin

