Index: Portfile
===================================================================
--- Portfile	(revision 38948)
+++ Portfile	(working copy)
@@ -26,6 +26,8 @@
                             port:libpng \
                             port:libxml2
                             
+destroot.target-append      install-lib
+
 platform darwin 9 {
 	# See http://forum.dcmtk.org/viewtopic.php?t=1372
 	
@@ -41,10 +43,8 @@
 	}
 }
 
-variant lib description {Install libraries and include files.} {
-	destroot.target-append install-lib
+variant no_lib description {Don't install libraries and include files.} {
+	destroot.target-delete  install-lib
 }
 
-default_variants            +lib
-
 use_parallel_build          no
