[29399] trunk/dports/devel/orbit2/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 22 16:59:06 PDT 2007


Revision: 29399
          http://trac.macosforge.org/projects/macports/changeset/29399
Author:   nox at macports.org
Date:     2007-09-22 16:59:05 -0700 (Sat, 22 Sep 2007)

Log Message:
-----------
orbit2:
 * Fixed dependencies.
 * Removed obsolete configure and destroot args.

Modified Paths:
--------------
    trunk/dports/devel/orbit2/Portfile

Modified: trunk/dports/devel/orbit2/Portfile
===================================================================
--- trunk/dports/devel/orbit2/Portfile	2007-09-22 23:10:19 UTC (rev 29398)
+++ trunk/dports/devel/orbit2/Portfile	2007-09-22 23:59:05 UTC (rev 29399)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		orbit2
 version		2.14.9
+revision    1
 description	Code for an ORB written in C will spontaneously evolve here.
 long_description        Code for an ORB written in C will spontaneously \
 			evolve here.
@@ -17,18 +18,15 @@
 distname  	ORBit2-${version}
 
 depends_lib \
-	port:libidl \
-	port:libxml2 \
-	port:popt \
-	port:expat
+    port:glib2 \
+    port:gettext \
+    port:libiconv \
+    port:libidl
 
-depends_build   bin:pkg-config:pkgconfig
+depends_build   port:pkgconfig
 
 use_bzip2 	yes
 
-configure.args	--mandir=${prefix}/share/man
-destroot.destdir	prefix=${destroot}/${prefix}
-
 test.run	yes
 test.target	check
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070922/a9672f4f/attachment.html


More information about the macports-changes mailing list