Revision
108554
Author
vince@macports.org
Date
2013-07-26 04:45:25 -0700 (Fri, 26 Jul 2013)

Log Message

Add a missing closing brace

Modified Paths

Diff

Modified: trunk/dports/gis/libpcl/Portfile (108553 => 108554)


--- trunk/dports/gis/libpcl/Portfile	2013-07-26 11:41:35 UTC (rev 108553)
+++ trunk/dports/gis/libpcl/Portfile	2013-07-26 11:45:25 UTC (rev 108554)
@@ -16,6 +16,8 @@
 long_description    The Point Cloud Library (PCL) is a standalone, large scale, open project \
                     for 2D/3D image and point cloud processing.
 
+homepage            http://pointclouds.org
+
 github.author
 github.project      PointCloudLibrary
 github.version      ${version}
@@ -41,6 +43,7 @@
     if {![active_variants vtk5 "qt4_mac" ""]} {
         return -code error "VTK5 toolkit must be built over Qt4.\
                             Please reinstall with +qt4_mac variant."
+    }
 } 
 
 configure.args-append   -DOPENNI_INCLUDE_DIR=${prefix}/include/ni