[46935] trunk/dports/sysutils/zmq/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Feb 17 21:29:17 PST 2009
On Feb 17, 2009, at 21:36, brett at macports.org wrote:
> Revision: 46935
> http://trac.macports.org/changeset/46935
> Author: brett at macports.org
> Date: 2009-02-17 19:36:37 -0800 (Tue, 17 Feb 2009)
> Log Message:
> -----------
> cleanup: build clib default, fix copy paste error
>
> Modified Paths:
> --------------
> trunk/dports/sysutils/zmq/Portfile
>
> Modified: trunk/dports/sysutils/zmq/Portfile
> ===================================================================
> --- trunk/dports/sysutils/zmq/Portfile 2009-02-18 01:52:31 UTC (rev
> 46934)
> +++ trunk/dports/sysutils/zmq/Portfile 2009-02-18 03:36:37 UTC (rev
> 46935)
> @@ -14,12 +14,9 @@
> homepage http://www.zeromq.org/
> master_sites http://www.zeromq.org/local--files/
> area:download/
> checksums sha1 2059e2118b357a491415eca4f2b8e0414466655d
> -configure.args --mandir=${prefix}/share/man
> +configure.args --mandir=${prefix}/share/man \
> + --with-c
>
> -variant c description {build c language binding} {
> - configure.args-append --with-c
> -}
Does that change what files are installed by the port? If so, you
should increase the revision.
More information about the macports-dev
mailing list