[45049] trunk/dports/graphics/jasper/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Wed Jan 7 10:21:50 PST 2009


Revision: 45049
          http://trac.macports.org/changeset/45049
Author:   mcalhoun at macports.org
Date:     2009-01-07 10:21:50 -0800 (Wed, 07 Jan 2009)
Log Message:
-----------
jasper: Allow X11 glut to satisfy dependency.
Removed Xcode 3.0.0 libGL linking bug workaround since it's been fixed for 3 versions now.

Modified Paths:
--------------
    trunk/dports/graphics/jasper/Portfile

Modified: trunk/dports/graphics/jasper/Portfile
===================================================================
--- trunk/dports/graphics/jasper/Portfile	2009-01-07 17:46:51 UTC (rev 45048)
+++ trunk/dports/graphics/jasper/Portfile	2009-01-07 18:21:50 UTC (rev 45049)
@@ -45,7 +45,7 @@
 }
 
 variant jiv description {build a basic viewer as well} {
-    depends_lib-append          port:glut \
+    depends_lib-append          lib:libglut:glut \
                                 lib:libX11:xorg-libX11
 
     configure.args-delete       --disable-opengl
@@ -55,13 +55,5 @@
     configure.cppflags-append   -I${x11prefix}/include
 }
 
-platform darwin 9 {
-    if {[variant_isset jiv]} {
-        set glLib \
-            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-        configure.ldflags-append -Wl,-dylib_file,${glLib}:${glLib}
-    }
-}
-
 livecheck.check  regex
 livecheck.regex  "JasPer version (.*) source distribution \\\(current version\\\)."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090107/db6e6faa/attachment.html>


More information about the macports-changes mailing list