[37641] trunk/dports/devel/bsdiff/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jun 16 13:29:40 PDT 2008


Revision: 37641
          http://trac.macosforge.org/projects/macports/changeset/37641
Author:   ryandesign at macports.org
Date:     2008-06-16 13:29:39 -0700 (Mon, 16 Jun 2008)

Log Message:
-----------
bsdiff: use the MacPorts version of bzip2, not the system's

Modified Paths:
--------------
    trunk/dports/devel/bsdiff/Portfile

Modified: trunk/dports/devel/bsdiff/Portfile
===================================================================
--- trunk/dports/devel/bsdiff/Portfile	2008-06-16 19:41:48 UTC (rev 37640)
+++ trunk/dports/devel/bsdiff/Portfile	2008-06-16 20:29:39 UTC (rev 37641)
@@ -1,8 +1,10 @@
 # $Id$
 
 PortSystem 1.0
+
 name             bsdiff
 version          4.3
+revision         1
 categories       devel
 maintainers      nomaintainer
 description      Generates and applies patches to binary files
@@ -20,6 +22,12 @@
     reinplace s|/man/man1|/share/man/man1| ${worksrcpath}/Makefile
 }
 
+depends_lib      port:bzip2
+
 use_configure    no
+
 build.type       bsd
+build.env-append CFLAGS=${configure.cflags} \
+                 LDFLAGS=${configure.ldflags}
+
 destroot.destdir PREFIX=${destroot}${prefix}

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


More information about the macports-changes mailing list