[73027] trunk/dports/lang/sbcl/Portfile

easieste at macports.org easieste at macports.org
Mon Nov 1 09:59:47 PDT 2010


Revision: 73027
          http://trac.macports.org/changeset/73027
Author:   easieste at macports.org
Date:     2010-11-01 09:59:42 -0700 (Mon, 01 Nov 2010)
Log Message:
-----------
Make '+pdf' and '+html' mutually exclusive

Modified Paths:
--------------
    trunk/dports/lang/sbcl/Portfile

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2010-11-01 16:32:55 UTC (rev 73026)
+++ trunk/dports/lang/sbcl/Portfile	2010-11-01 16:59:42 UTC (rev 73027)
@@ -100,13 +100,14 @@
 
 default_variants      +html
 
-variant html description {Installs documentation in HTML and Info formats} {
+variant html conflicts pdf description {Installs documentation in HTML and Info formats} {
     patchfiles-append patch-make-doc.diff
     depends_build-append bin:texi2dvi:texinfo
     depends_build-append bin:makeinfo:texinfo
 } 
 
-variant pdf description {Installs documentation in PDF, HTML and Info formats} {
+variant pdf conflicts html description {Installs documentation in PDF, HTML and Info formats} {
+    patchfiles-delete patch-make-doc.diff
     depends_build-append bin:dvips:texlive-bin
     depends_build-append bin:texi2dvi:texinfo
     depends_build-append bin:makeinfo:texinfo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101101/bc287bc6/attachment.html>


More information about the macports-changes mailing list