[69827] trunk/dports/x11/wine-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jul 17 13:54:03 PDT 2010


Revision: 69827
          http://trac.macports.org/changeset/69827
Author:   ryandesign at macports.org
Date:     2010-07-17 13:54:01 -0700 (Sat, 17 Jul 2010)
Log Message:
-----------
wine-devel: enable gnutls support (#25548) and add xrender dependency (#25349)

Modified Paths:
--------------
    trunk/dports/x11/wine-devel/Portfile

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2010-07-17 20:40:52 UTC (rev 69826)
+++ trunk/dports/x11/wine-devel/Portfile	2010-07-17 20:54:01 UTC (rev 69827)
@@ -8,6 +8,7 @@
 conflicts                   wine wine-crossover-games
 set my_name                 wine
 version                     1.2-rc7
+revision                    1
 license                     LGPL-2.1+
 categories                  x11
 maintainers                 ryandesign jwa openmaintainer
@@ -46,6 +47,7 @@
 depends_lib                 port:expat \
                             port:fontconfig \
                             port:freetype \
+                            port:gnutls \
                             port:jpeg \
                             port:lcms \
                             port:libiconv \
@@ -63,11 +65,13 @@
                             port:xorg-libXinerama \
                             port:xorg-libXrandr \
                             port:xorg-libXxf86vm \
+                            port:xrender \
                             port:mesa
 
 archcheck.files             lib/libexpat.dylib \
                             lib/libfontconfig.dylib \
                             lib/libfreetype.dylib \
+                            lib/libgnutls.dylib \
                             lib/libjpeg.dylib \
                             lib/liblcms.dylib \
                             lib/libiconv.dylib \
@@ -85,6 +89,7 @@
                             lib/libXinerama.dylib \
                             lib/libXrandr.dylib \
                             lib/libXxf86vm.dylib \
+                            lib/libXrender.dylib \
                             lib/libGL.dylib
 
 depends_build               port:flex \
@@ -105,7 +110,7 @@
                             --with-freetype \
                             --without-gphoto \
                             --with-glu \
-                            --without-gnutls \
+                            --with-gnutls \
                             --without-gsm \
                             --without-hal \
                             --without-jack \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100717/885b26a2/attachment-0001.html>


More information about the macports-changes mailing list