[32635] trunk/dports/games/lincity-ng/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Jan 10 03:21:38 PST 2008
On Jan 10, 2008, at 04:07, Anders F Björklund wrote:
> Ryan Schmidt wrote:
>
>> On Jan 10, 2008, at 01:11, pguyot at kallisys.net wrote:
>>
>>> @@ -27,6 +28,7 @@
>>> depends_lib lib:libX11.6:XFree86 \
>>> lib:libxml2:libxml2 \
>>> bin:sdl-config:libsdl \
>>> + port:pkgconfig \
>>> lib:libsdl_mixer:libsdl_mixer \
>>> lib:libsdl_image:libsdl_image \
>>> lib:libsdl_ttf:libsdl_ttf \
>>
>> pkgconfig does not provide any libraries. pkgconfig should be
>> listed as a build dependency, not a library dependency.
>
> build dependencies are checked _after_ configure, so they're
> useless for pkg-config...
>
> depends_lib
> List of dependencies to check before configure, build,
> destroot,
> install, and package targets.
>
> depends_build
> List of dependencies to check before build, destroot,
> install, and
> package targets.
>
> depends_run
> List of dependencies to check before destroot, install and
> package
> targets.
>
> So it's more about where you want the depend to be checked, than
> the "type" of it ?
Is that really how it is? If so, that's really nonintuitive. Is that
really how we want base to behave?
More information about the macports-dev
mailing list