Index: Portfile
===================================================================
--- Portfile	(revision 62851)
+++ Portfile	(working copy)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup         cmake 1.0
 
 name              newmat
 version           10
@@ -22,11 +23,6 @@
                           sha1 91cfcaba03f5fa69a3e3c77a9ce6762f7eb6b963 \
                           rmd160 90a396fa888d0f87c345c13262ccad2d9de4adf4
                           
-depends_build             port:cmake
-configure.cmd             cmake
-
-configure.pre_args
-configure.args            -DCMAKE_INSTALL_PREFIX:PATH=${prefix}
 configure.cxxflags-append -Duse_namespace
 
 use_parallel_build yes

