[72290] trunk/dports/lang/pike/Portfile

jmr at macports.org jmr at macports.org
Sat Oct 9 20:09:46 PDT 2010


Revision: 72290
          http://trac.macports.org/changeset/72290
Author:   jmr at macports.org
Date:     2010-10-09 20:09:43 -0700 (Sat, 09 Oct 2010)
Log Message:
-----------
pike: always depend on bzip2 since the variant just adds a dependency and there seems to be no configure flag to turn off bzip2 support

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

Modified: trunk/dports/lang/pike/Portfile
===================================================================
--- trunk/dports/lang/pike/Portfile	2010-10-10 03:01:23 UTC (rev 72289)
+++ trunk/dports/lang/pike/Portfile	2010-10-10 03:09:43 UTC (rev 72290)
@@ -26,13 +26,8 @@
 
 patchfiles       patch-Request.pike
 
-depends_lib      port:zlib port:gmp port:nettle
+depends_lib      port:bzip2 port:zlib port:gmp port:nettle
 
-
-variant bzip2 description {Bzip2 support for Pike} {
-    depends_lib-append port:bzip2
-}
-
 variant image description {Images (JPEG, PNG, GIF, TIFF) support for Pike} {
     configure.args-append --with-jpeglib --with-gif --with-tifflib
     depends_lib-append port:jpeg port:tiff port:libpng path:include/gif_lib.h:giflib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101009/e68880a7/attachment.html>


More information about the macports-changes mailing list