[37205] trunk/dports/editors/auctex/Portfile

jmr at macports.org jmr at macports.org
Thu May 29 13:19:11 PDT 2008


Revision: 37205
          http://trac.macosforge.org/projects/macports/changeset/37205
Author:   jmr at macports.org
Date:     2008-05-29 13:19:11 -0700 (Thu, 29 May 2008)

Log Message:
-----------
auctex: de-lint

Modified Paths:
--------------
    trunk/dports/editors/auctex/Portfile

Modified: trunk/dports/editors/auctex/Portfile
===================================================================
--- trunk/dports/editors/auctex/Portfile	2008-05-29 20:16:13 UTC (rev 37204)
+++ trunk/dports/editors/auctex/Portfile	2008-05-29 20:19:11 UTC (rev 37205)
@@ -1,9 +1,10 @@
 # $Id$
 
 PortSystem	1.0
+
 name		auctex
 version		11.83
-categories	print editors
+categories	editors print
 maintainers	reilles at loria.fr openmaintainer
 description	A major emacs mode for editing TeX files.
 long_description	\
@@ -20,10 +21,10 @@
 
 # We want emacs from DP since this will install stuff in emacs'
 # site-lisp and we want it to go into ${prefix}'s site-lisp.
-depends_lib	port:emacs 
+depends_lib	port:emacs
 depends_run	bin:tex:texlive
 
-variant emacs_devel	{
+variant emacs_devel description {Depend on emacs-devel instead of emacs} {
     depends_lib-append port:emacs-devel
     depends_lib-delete port:emacs
 }
@@ -37,4 +38,3 @@
 	ui_msg "To use this, put the following into your ~/.emacs:"
 	ui_msg "(require 'tex-site)"
 }
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080529/a87c0cf3/attachment.htm 


More information about the macports-changes mailing list