[72603] trunk/dports/aqua/LyX/Portfile

michaelld at macports.org michaelld at macports.org
Thu Oct 21 05:39:34 PDT 2010


Revision: 72603
          http://trac.macports.org/changeset/72603
Author:   michaelld at macports.org
Date:     2010-10-21 05:39:32 -0700 (Thu, 21 Oct 2010)
Log Message:
-----------
Changes to use qt4 portgroup.

Modified Paths:
--------------
    trunk/dports/aqua/LyX/Portfile

Modified: trunk/dports/aqua/LyX/Portfile
===================================================================
--- trunk/dports/aqua/LyX/Portfile	2010-10-21 12:39:12 UTC (rev 72602)
+++ trunk/dports/aqua/LyX/Portfile	2010-10-21 12:39:32 UTC (rev 72603)
@@ -2,9 +2,11 @@
 # $Id$
 
 PortSystem	        1.0
+PortGroup           qt4 1.0
 
 name			    LyX
 version			    1.6.7
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories	        aqua
 license             GPL
@@ -18,9 +20,7 @@
 				    leaving details of visual layout to the software.
 
 platforms		    darwin
-depends_build	    port:pkgconfig
-depends_lib		    port:qt4-mac \
-				    bin:tex:texlive \
+depends_lib-append  bin:tex:texlive \
 				    port:ImageMagick
 
 use_bzip2		    yes
@@ -37,12 +37,9 @@
 configure.pre_args  --prefix=${applications_dir}/LyX.app
 configure.args      --with-frontend=qt4 --without-x --with-included-gettext \
                     --enable-optimization=-Os --disable-concept-checks \
-                    --with-qt4-dir=${prefix}/libexec/qt4-mac \
                     --with-version-suffix=-1.6
 
-build.env           LD_FLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -framework Cocoa" \
-                    LD_LIBRARY_PATH=${prefix}/libexec/qt4-mac/lib \
-                    CPLUS_INCLUDE_PATH=${prefix}/libexec/qt4-mac/include
+build.env           LD_FLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -framework Cocoa"
 
 variant python25 conflicts python26 description {Use python25} {
     depends_build-append  port:python25
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101021/4cbb42ce/attachment.html>


More information about the macports-changes mailing list